diff --git a/charts/pomerium/Chart.yaml b/charts/pomerium/Chart.yaml index 1dc41624..c8452722 100644 --- a/charts/pomerium/Chart.yaml +++ b/charts/pomerium/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: pomerium -version: 30.0.2 +version: 30.1.0 appVersion: 0.16.4 home: http://www.pomerium.com/ icon: https://www.pomerium.com/img/icon.svg diff --git a/charts/pomerium/templates/authenticate-deployment.yaml b/charts/pomerium/templates/authenticate-deployment.yaml index 8d8bc54b..ff40d3fb 100644 --- a/charts/pomerium/templates/authenticate-deployment.yaml +++ b/charts/pomerium/templates/authenticate-deployment.yaml @@ -72,6 +72,8 @@ spec: secretKeyRef: name: {{ template "pomerium.signingKeySecret.name" . }} key: signing-key + - name: AUTHENTICATE_INTERNAL_SERVICE_URL + value: {{ (printf "%s://%s.%s.svc.cluster.local" (include "pomerium.httpTrafficPort.name" .) (include "pomerium.authenticate.fullname" .) .Release.Namespace ) }} {{- include "pomerium.metrics.envVars" . | indent 8}} {{- range $name, $value := .Values.extraEnv }} - name: {{ $name }} diff --git a/charts/pomerium/templates/authenticate-ingress.yaml b/charts/pomerium/templates/authenticate-ingress.yaml index 9199938a..ca3860d0 100644 --- a/charts/pomerium/templates/authenticate-ingress.yaml +++ b/charts/pomerium/templates/authenticate-ingress.yaml @@ -9,9 +9,7 @@ metadata: app.kubernetes.io/managed-by: {{ .Release.Service }} helm.sh/chart: {{ include "pomerium.chart" . }} annotations: - ingress.pomerium.io/preserve_host_header: "true" ingress.pomerium.io/allow_public_unauthenticated_access: "true" - ingress.pomerium.io/tls_server_name: {{ include "pomerium.authenticate.hostname" . }} {{- if not .Values.config.insecure }} ingress.pomerium.io/secure_upstream: "true" {{- end }}