Skip to content

Commit

Permalink
Revert to always using internal cluster interface between transformer…
Browse files Browse the repository at this point in the history
… and app
  • Loading branch information
BenGalewsky committed Oct 14, 2024
1 parent 600d8db commit 2da5d75
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions helm/servicex/templates/app/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,8 @@ data:
RABBIT_RETRIES = {{ .Values.app.rabbitmq.retries }}
RABBIT_RETRY_INTERVAL = {{ .Values.app.rabbitmq.retry_interval }}
{{if .Values.app.ingress.enabled -}}
ADVERTISED_HOSTNAME= '{{ .Release.Name }}.{{ .Values.app.ingress.host }}'
{{ else }}
ADVERTISED_HOSTNAME= '{{ .Release.Name }}-servicex-app:8000'
{{ end }}
{{ if .Values.hostMount }}
# This will be mounted into the transformer pod's /data directory
TRANSFORMER_LOCAL_PATH="{{ .Values.hostMount }}"
Expand Down

0 comments on commit 2da5d75

Please sign in to comment.