Updated via MCP
This commit is contained in:
@@ -6,7 +6,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app: nginx-canary
|
app: nginx-canary
|
||||||
track: canary
|
track: canary
|
||||||
version: v2.0.0
|
version: v2.1.0-broken
|
||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
selector:
|
selector:
|
||||||
@@ -17,7 +17,7 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: nginx-canary
|
app: nginx-canary
|
||||||
track: canary
|
track: canary
|
||||||
version: v2.0.0
|
version: v2.1.0-broken
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: nginx
|
- name: nginx
|
||||||
@@ -40,16 +40,18 @@ spec:
|
|||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /healthz-nonexistent
|
||||||
port: 80
|
port: 80
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 3
|
||||||
periodSeconds: 10
|
periodSeconds: 5
|
||||||
|
failureThreshold: 2
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /healthz-nonexistent
|
||||||
port: 80
|
port: 80
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 20
|
periodSeconds: 5
|
||||||
|
failureThreshold: 2
|
||||||
volumes:
|
volumes:
|
||||||
- name: html
|
- name: html
|
||||||
configMap:
|
configMap:
|
||||||
|
|||||||
Reference in New Issue
Block a user