Updating the image update policy
Some checks failed
Deploy Promiscuity Character API / deploy (push) Has been cancelled
k8s smoke test / test (push) Has been cancelled
Deploy Promiscuity Auth API / deploy (push) Has been cancelled

This commit is contained in:
hz 2026-01-07 17:55:21 -06:00
parent cbadfd7095
commit 41b1197b23
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ spec:
containers:
- name: promiscuity-auth
image: promiscuity-auth:latest
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
ports:
- containerPort: 5000
readinessProbe:

View File

@ -17,7 +17,7 @@ spec:
containers:
- name: promiscuity-character
image: promiscuity-character:latest
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
ports:
- containerPort: 8080
readinessProbe: