Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
still sucks but more stable
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSp committed May 24, 2020
1 parent cebd04b commit 7d59313
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -53,15 +53,15 @@ spec:
httpGet:
path: /actuator/health
port: 8081
initialDelaySeconds: 180
initialDelaySeconds: 40
timeoutSeconds: 2
periodSeconds: 3
failureThreshold: 1
livenessProbe:
httpGet:
path: /actuator/health
port: 8081
initialDelaySeconds: 180
initialDelaySeconds: 40
timeoutSeconds: 2
periodSeconds: 8
failureThreshold: 1
Expand Down

0 comments on commit 7d59313

Please sign in to comment.