[stable/pomerium] Fix regression with NodePort type services (#17510)

Signed-off-by: Travis Groth <tgroth@gmail.com>
This commit is contained in:
Travis Groth
2019-09-28 11:55:38 -07:00
committed by Kubernetes Prow Robot
parent 9263ad05ed
commit c0259368df
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: pomerium
version: 2.0.2
version: 2.0.3
appVersion: 0.3.1
home: http://www.pomerium.io/
icon: https://www.pomerium.io/logo.svg
+2
View File
@@ -27,6 +27,7 @@ spec:
backend:
serviceName: {{ template "pomerium.proxy.fullname" . }}
servicePort: https
{{- if not .Values.service.authorize.headless }}
- host: {{ printf "authorize.%s" .Values.config.rootDomain }}
http:
paths:
@@ -34,6 +35,7 @@ spec:
backend:
serviceName: {{ template "pomerium.authorize.fullname" . }}
servicePort: https
{{- end }}
- host: {{ printf "authenticate.%s" .Values.config.rootDomain }}
http:
paths: