use wildcard on gateway
This commit is contained in:
		@@ -10,20 +10,20 @@ metadata:
 | 
			
		||||
    app.kubernetes.io/component: network
 | 
			
		||||
    app.kubernetes.io/part-of: {{ .Release.Name }}
 | 
			
		||||
  annotations:
 | 
			
		||||
    cert-manager.io/issuer: letsencrypt-issuer
 | 
			
		||||
    cert-manager.io/cluster-issuer: letsencrypt-issuer
 | 
			
		||||
spec:
 | 
			
		||||
  gatewayClassName: cilium
 | 
			
		||||
  listeners:
 | 
			
		||||
    - name: http
 | 
			
		||||
      protocol: HTTP
 | 
			
		||||
      port: 80  
 | 
			
		||||
      port: 80
 | 
			
		||||
    - name: https
 | 
			
		||||
      protocol: HTTPS
 | 
			
		||||
      port: 443
 | 
			
		||||
      hostname: auth.alexlebens.net
 | 
			
		||||
      hostname: "*.alexlebens.net"
 | 
			
		||||
      tls:
 | 
			
		||||
        mode: Terminate
 | 
			
		||||
        certificateRefs:
 | 
			
		||||
          - kind: Secret
 | 
			
		||||
            name: authentik-tls-gateway
 | 
			
		||||
            name: wildcard-tls-alexlebens-net
 | 
			
		||||
            group: ''
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user