Skip to content

Commit 513fef8

Browse files
author
hanancha
committed
Updating deployments to remove enterprise flags
1 parent f8128ed commit 513fef8

File tree

4 files changed

+52
-101
lines changed

4 files changed

+52
-101
lines changed

templates/configmaps_st2-conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ data:
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" $ }}

templates/configmaps_st2-urls.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ metadata:
1414
release: {{ .Release.Name }}
1515
heritage: {{ .Release.Service }}
1616
data:
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/

0 commit comments

Comments
 (0)