diff --git a/apps/nginx-canary/deployment.yaml b/apps/nginx-canary/deployment.yaml index b9f8f6b..0e5b363 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.1.0-broken + version: v2.0.0 spec: replicas: 2 selector: @@ -17,7 +17,7 @@ spec: labels: app: nginx-canary track: canary - version: v2.1.0-broken + version: v2.0.0 spec: containers: - name: nginx @@ -40,18 +40,16 @@ spec: memory: 128Mi readinessProbe: httpGet: - path: /healthz-nonexistent - port: 80 - initialDelaySeconds: 3 - periodSeconds: 5 - failureThreshold: 2 - livenessProbe: - httpGet: - path: /healthz-nonexistent + path: / port: 80 initialDelaySeconds: 5 - periodSeconds: 5 - failureThreshold: 2 + periodSeconds: 10 + livenessProbe: + httpGet: + path: / + port: 80 + initialDelaySeconds: 10 + periodSeconds: 20 volumes: - name: html configMap: