diff --git a/clusters/cl01tl/platform/authentik/templates/ingress.yaml b/clusters/cl01tl/platform/authentik/templates/ingress.yaml index e5ce1265b..dcba4a20f 100644 --- a/clusters/cl01tl/platform/authentik/templates/ingress.yaml +++ b/clusters/cl01tl/platform/authentik/templates/ingress.yaml @@ -26,33 +26,3 @@ spec: name: authentik-server port: name: http - ---- -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: authentik-cl01tl-authentik-test - namespace: {{ .Release.Namespace }} - labels: - app.kubernetes.io/name: authentik-cl01tl-authentik-test - app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/version: {{ .Chart.AppVersion }} - app.kubernetes.io/component: cilium - app.kubernetes.io/part-of: {{ .Release.Name }} -spec: - ingressClassName: cilium - tls: - - hosts: - - auth.alexlebens.net - secretName: authentik-cl01tl-authentik-test - rules: - - host: auth.alexlebens.net - http: - paths: - - backend: - service: - name: authentik-server - port: - number: 80 - path: / - pathType: Prefix