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

This reverts commit 41b1197b2302dbe10074f5845b84ce7fe1c0b57a.
This commit is contained in:
hz 2026-01-07 18:04:40 -06:00
parent 41b1197b23
commit 495bc6e06f
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: Always
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5000
readinessProbe:

View File

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