From 7d59313e1259289bccc02d58a3efd766e49afde6 Mon Sep 17 00:00:00 2001 From: Michael Sprauer Date: Mon, 25 May 2020 00:51:37 +0200 Subject: [PATCH] still sucks but more stable --- chart/templates/deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index c6399eef..15df5c9a 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -35,7 +35,7 @@ spec: value: postgres - name: SPRING_CLOUD_GCP_SQL_ENABLED value: "false" - - name: SPRING_MANAGEMENT_SERVER_PORT + - name: MANAGEMENT_SERVER_PORT value: '8081' - name: SPRING_DATASOURCE_PASSWORD valueFrom: @@ -53,7 +53,7 @@ spec: httpGet: path: /actuator/health port: 8081 - initialDelaySeconds: 180 + initialDelaySeconds: 40 timeoutSeconds: 2 periodSeconds: 3 failureThreshold: 1 @@ -61,7 +61,7 @@ spec: httpGet: path: /actuator/health port: 8081 - initialDelaySeconds: 180 + initialDelaySeconds: 40 timeoutSeconds: 2 periodSeconds: 8 failureThreshold: 1