fix: use NodePort 30092 (30082 already allocated)
All checks were successful
CI / build (push) Successful in 30s
CI / docker (push) Successful in 7s
CI / deploy (push) Successful in 26s

This commit is contained in:
hsiegeln
2026-04-03 09:54:06 +02:00
parent a4bc40b241
commit a272a0af73

View File

@@ -91,7 +91,7 @@ spec:
ports: ports:
- port: 8082 - port: 8082
targetPort: 8082 targetPort: 8082
nodePort: 30082 nodePort: 30092
--- ---
apiVersion: v1 apiVersion: v1
kind: ServiceAccount kind: ServiceAccount