File tree Expand file tree Collapse file tree 4 files changed +52
-101
lines changed
Expand file tree Collapse file tree 4 files changed +52
-101
lines changed Original file line number Diff line number Diff line change 1919 # The order of merging: st2.conf < st2.docker.conf < st2.user.conf
2020 st2.docker.conf : |
2121 [auth]
22- api_url = http://{{ .Release.Name }}-st2api{{ template "enterpriseSuffix" . }} :9101/
22+ api_url = http://{{ .Release.Name }}-st2api:9101/
2323 {{- if index .Values "redis" "enabled" }}
2424 [coordination]
2525 url = redis://{{ template "redis-nodes" $ }}
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ metadata:
1414 release : {{ .Release.Name }}
1515 heritage : {{ .Release.Service }}
1616data :
17- ST2_AUTH_URL : http://{{ .Release.Name }}-st2auth{{ template "enterpriseSuffix" . }} :9100/
18- ST2_API_URL : http://{{ .Release.Name }}-st2api{{ template "enterpriseSuffix" . }} :9101/
19- ST2_STREAM_URL : http://{{ .Release.Name }}-st2stream{{ template "enterpriseSuffix" . }} :9102/
17+ ST2_AUTH_URL : http://{{ .Release.Name }}-st2auth:9100/
18+ ST2_API_URL : http://{{ .Release.Name }}-st2api:9101/
19+ ST2_STREAM_URL : http://{{ .Release.Name }}-st2stream:9102/
You can’t perform that action at this time.
0 commit comments