remove test ingress
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user