From 05b0d1c7f0a979cd2699dd2c1f2883ef61ec914e Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 1 Mar 2026 20:26:57 +0000 Subject: [PATCH] Updated via MCP --- apps/nginx-canary/deployment.yaml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/apps/nginx-canary/deployment.yaml b/apps/nginx-canary/deployment.yaml index 0e5b363..b9f8f6b 100644 --- a/apps/nginx-canary/deployment.yaml +++ b/apps/nginx-canary/deployment.yaml @@ -6,7 +6,7 @@ metadata: labels: app: nginx-canary track: canary - version: v2.0.0 + version: v2.1.0-broken spec: replicas: 2 selector: @@ -17,7 +17,7 @@ spec: labels: app: nginx-canary track: canary - version: v2.0.0 + version: v2.1.0-broken spec: containers: - name: nginx @@ -40,16 +40,18 @@ spec: memory: 128Mi readinessProbe: httpGet: - path: / + path: /healthz-nonexistent port: 80 - initialDelaySeconds: 5 - periodSeconds: 10 + initialDelaySeconds: 3 + periodSeconds: 5 + failureThreshold: 2 livenessProbe: httpGet: - path: / + path: /healthz-nonexistent port: 80 - initialDelaySeconds: 10 - periodSeconds: 20 + initialDelaySeconds: 5 + periodSeconds: 5 + failureThreshold: 2 volumes: - name: html configMap: