align the deployment to the actual listening port (5000).
Some checks failed
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:
hz 2026-01-07 17:41:43 -06:00
parent 5fbc4a88ec
commit 536e213b57

View File

@ -19,10 +19,10 @@ spec:
image: promiscuity-auth:latest image: promiscuity-auth:latest
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 8080 - containerPort: 5000
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /healthz path: /healthz
port: 8080 port: 5000
initialDelaySeconds: 5 initialDelaySeconds: 5
periodSeconds: 10 periodSeconds: 10