Skip to content

Commit

Permalink
feat(internal-gateway): add argo-platform-broadcaster
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Jan 3, 2024
1 parent 957bd50 commit a2c3ff4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions charts/internal-gateway/templates/_location_map.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -272,18 +272,6 @@ nginx:
locationDirectives:
{{- $presets.locationDirectives | toYaml | nindent 10 }}

/2.0/api/broadcaster:
enabled: true
proxy:
host: {{ index $endpoints.serviceEndpoints "argo-platform-broadcaster" "svc" }}
port: {{ index $endpoints.serviceEndpoints "argo-platform-broadcaster" "port" }}
proxyPassSnippet:
{{- $presets.authHeaderSet | toYaml | nindent 12 }}
locationSnippet:
{{- $presets.locationSnippet | toYaml | nindent 10 }}
locationDirectives:
{{- $presets.locationDirectives | toYaml | nindent 10 }}

/2.0/api/graphql:
enabled: true
proxy:
Expand Down

0 comments on commit a2c3ff4

Please sign in to comment.