Last active
February 28, 2018 17:44
-
-
Save wndxlori/07dd809de7d89733049aa048c15f656f to your computer and use it in GitHub Desktop.
Revisions
-
wndxlori revised this gist
Feb 28, 2018 . 1 changed file with 5 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,16 +1,19 @@ proxy: useTLS: false servicePort: 8001 containerPort: 8001 admin: useTLS: false servicePort: 8000 containerPort: 8000 readinessProbe: httpGet: port: admin scheme: HTTP initialDelaySeconds: 180 livenessProbe: httpGet: port: admin scheme: HTTP initialDelaySeconds: 180 -
wndxlori created this gist
Feb 27, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ proxy: useTLS: false admin: useTLS: false readinessProbe: httpGet: path: "/status" port: admin scheme: HTTP initialDelaySeconds: 180 livenessProbe: httpGet: path: "/status" port: admin scheme: HTTP initialDelaySeconds: 180