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