align the deployment to the actual listening port (5000).
Deploy Promiscuity Auth API / deploy (push) Successful in 57s
k8s smoke test / test (push) Has been cancelled
Deploy Promiscuity Character API / deploy (push) Has been cancelled

This commit is contained in:
2026-01-07 17:41:43 -06:00
parent 5fbc4a88ec
commit 536e213b57
+2 -2
View File
@@ -19,10 +19,10 @@ spec:
image: promiscuity-auth:latest
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
- containerPort: 5000
readinessProbe:
httpGet:
path: /healthz
port: 8080
port: 5000
initialDelaySeconds: 5
periodSeconds: 10