Skip to content

Commit

Permalink
Merge pull request #145 from visulate/pgoldtho/build1.0.13
Browse files Browse the repository at this point in the history
pgoldtho/build1.0.13
  • Loading branch information
pgoldtho authored Jul 9, 2020
2 parents ac0920e + 92f9f6c commit 513e4df
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ spec:
env:
- name: CORS_ORIGIN_WHITELIST
value: "{{ .Values.corsOriginWhitelist }}"
readinessProbe:
livenessProbe:
httpGet:
path: /endpoints/
port: {{ .Values.apiServer.port }}
initialDelaySeconds: 40
periodSeconds: 20
timeoutSeconds: 3
periodSeconds: 60
timeoutSeconds: 20
# Sidecar containers
# Echo logs to stdout where Stackdriver can access them
- name: message-log
Expand Down

0 comments on commit 513e4df

Please sign in to comment.