Skip to content

Commit

Permalink
add healthcheck to helm config
Browse files Browse the repository at this point in the history
  • Loading branch information
MargoTuleninova committed Sep 3, 2018
1 parent 6eafc52 commit 3a5867a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions charts/api-gateway/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,20 @@ data:
{{ if .Values.tls.enable }}enable = true
{{ else }}enable = false{{ end }}
[healthcheck]
urls = [
"http://{{ .Release.Name }}-auth:1111/status",
"http://{{ .Release.Name }}-kube:1214/status",
"http://{{ .Release.Name }}-mail:7070/status",
"http://{{ .Release.Name }}-nodemetrics:8090/status",
"http://{{ .Release.Name }}-permissions:4242/status",
"http://{{ .Release.Name }}-resource:1213/status",
"http://{{ .Release.Name }}-solutions:6767/status",
"http://{{ .Release.Name }}-user-manager:8111/status",
"http://{{ .Release.Name }}-volume:4343/status",
"http://{{ .Release.Name }}-kube-importer:1666/status"
]
[auth]
enable = true
Expand Down

0 comments on commit 3a5867a

Please sign in to comment.