Skip to content

Commit

Permalink
Update Helm Chart for cloud-server
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed May 27, 2020
1 parent 0734153 commit 7611621
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cloud-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ maintainers:
- email: dustin@elegantthemes.com
name: Elegant Themes
name: cloud-server
version: 0.2.2
version: 0.2.3
4 changes: 4 additions & 0 deletions charts/cloud-server/templates/cloud-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ spec:
livenessProbe:
exec:
command:
- 'bash'
- '-c'
- 'SCRIPT_NAME=/healthz'
- 'SCRIPT_FILENAME={{ .Values.VIRTUAL_ROOT }}/healthz.php'
- 'REQUEST_METHOD=GET'
Expand All @@ -57,6 +59,8 @@ spec:
readinessProbe:
exec:
command:
- 'bash'
- '-c'
- 'SCRIPT_NAME=/healthz'
- 'SCRIPT_FILENAME={{ .Values.VIRTUAL_ROOT }}/healthz.php'
- 'REQUEST_METHOD=GET'
Expand Down

0 comments on commit 7611621

Please sign in to comment.