diff --git a/authentik-application/Chart.yaml b/authentik-application/Chart.yaml index 7e307f7..ebc8618 100644 --- a/authentik-application/Chart.yaml +++ b/authentik-application/Chart.yaml @@ -3,4 +3,4 @@ name: authentik-application description: A Chart to deploy a secret for the authentik blueprint-sidecar type: application -version: 0.3.0 \ No newline at end of file +version: 0.3.1 \ No newline at end of file diff --git a/authentik-application/templates/ingress.yaml b/authentik-application/templates/ingress.yaml index 9796044..3a10ce9 100644 --- a/authentik-application/templates/ingress.yaml +++ b/authentik-application/templates/ingress.yaml @@ -14,7 +14,8 @@ spec: - path: "/outpost.goauthentik.io/" pathType: Prefix backend: - name: {{ .Values.blueprint.provider.proxy.ingress.backend | quote }} - port: - name: http + service: + name: {{ .Values.blueprint.provider.proxy.ingress.backend | quote }} + port: + name: http {{- end }} \ No newline at end of file