This commit is contained in:
Waylon Walker 2024-03-17 21:44:55 -05:00
parent 4ad7bdd164
commit 701b43a22a
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
4 changed files with 89 additions and 8 deletions

View file

@ -31,6 +31,10 @@ spec:
image: docker.io/waylonwalker/learn-rollouts:v1
ports:
- containerPort: 5000
livenessProbe:
httpGet:
path: /-/healthz
port: 5000
strategy:
blueGreen:
# activeService specifies the service to update with the new template hash at time of promotion.