From 91b5814508f9a7cc4dd4699777cf29d5db60e354 Mon Sep 17 00:00:00 2001 From: Peter Motzko Date: Thu, 22 Jun 2023 13:45:12 +0200 Subject: [PATCH] fix(helm): quote numbers --- charts/managed-identity-wallet/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/managed-identity-wallet/templates/deployment.yaml b/charts/managed-identity-wallet/templates/deployment.yaml index eccb4b7e1..3cf213d4e 100644 --- a/charts/managed-identity-wallet/templates/deployment.yaml +++ b/charts/managed-identity-wallet/templates/deployment.yaml @@ -55,7 +55,7 @@ spec: failureThreshold: 3 httpGet: path: /actuator/health/liveness - port: 8090 + port: "8090" scheme: HTTP periodSeconds: 5 successThreshold: 1 @@ -65,7 +65,7 @@ spec: failureThreshold: 3 httpGet: path: /actuator/health/readiness - port: 8090 + port: "8090" scheme: HTTP periodSeconds: 5 successThreshold: 1