Skip to content
Snippets Groups Projects

Update ops/helm/nomad/templates/gui-deployment.yml

Merged Sherjeel Shabih requested to merge north-add-auth-proxy-rule into north
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -109,6 +109,7 @@ data:
}
location ~ \/north\/container\/([0-9]) {
auth_request {{ .Values.proxy.external.path }}/north/auth/channel/$1;
proxy_pass http://{{ .Values.north.dockerHost }}:{{ .Values.north.portPrefix }}$1;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
Loading