align the deployment to the actual listening port (5000).
All checks were successful
Deploy Promiscuity Auth API / deploy (push) Successful in 45s
Deploy Promiscuity Character API / deploy (push) Successful in 55s
k8s smoke test / test (push) Successful in 7s

This commit is contained in:
hz 2026-01-07 18:08:23 -06:00
parent 495bc6e06f
commit 599f0972af

View File

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