From 5271e15a8afbe86aad27127959e21418851298f0 Mon Sep 17 00:00:00 2001 From: Matheus Fidelis Date: Fri, 4 Jul 2025 11:38:39 -0300 Subject: [PATCH] version check --- manifests/templates/rollout.yml | 43 ++++++++++++++++----------------- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/manifests/templates/rollout.yml b/manifests/templates/rollout.yml index b1360a7..91bf608 100644 --- a/manifests/templates/rollout.yml +++ b/manifests/templates/rollout.yml @@ -17,28 +17,27 @@ spec: image: {{ .Values.image }} ports: - containerPort: 8081 - probes: - startupProbe: - enabled: true - failureThreshold: 10 - periodSeconds: 10 - httpGet: - path: /startup - port: 8081 - readinessProbe: - enabled: true - failureThreshold: 10 - periodSeconds: 10 - httpGet: - path: /readyz - port: 8081 - livenessProbe: - enabled: true - failureThreshold: 10 - periodSeconds: 10 - httpGet: - path: /liveness - port: 8081 + startupProbe: + enabled: true + failureThreshold: 10 + periodSeconds: 10 + httpGet: + path: /startup + port: 8081 + readinessProbe: + enabled: true + failureThreshold: 10 + periodSeconds: 10 + httpGet: + path: /readyz + port: 8081 + livenessProbe: + enabled: true + failureThreshold: 10 + periodSeconds: 10 + httpGet: + path: /liveness + port: 8081 strategy: canary: steps: