fix(authentik-application): ingress

This commit is contained in:
WrenIX 2023-09-06 22:15:09 +02:00
parent b3931d2c66
commit 6f13fb42bf
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
2 changed files with 5 additions and 4 deletions

View file

@ -3,4 +3,4 @@ name: authentik-application
description: A Chart to deploy a secret for the authentik blueprint-sidecar description: A Chart to deploy a secret for the authentik blueprint-sidecar
type: application type: application
version: 0.3.0 version: 0.3.1

View file

@ -14,7 +14,8 @@ spec:
- path: "/outpost.goauthentik.io/" - path: "/outpost.goauthentik.io/"
pathType: Prefix pathType: Prefix
backend: backend:
name: {{ .Values.blueprint.provider.proxy.ingress.backend | quote }} service:
port: name: {{ .Values.blueprint.provider.proxy.ingress.backend | quote }}
name: http port:
name: http
{{- end }} {{- end }}