healthz
This commit is contained in:
parent
4ad7bdd164
commit
701b43a22a
4 changed files with 89 additions and 8 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue