forked from k-space/kube
		
	passmower: Cleanup
This commit is contained in:
		@@ -1,3 +1,4 @@
 | 
			
		||||
# yamllint disable rule:line-length
 | 
			
		||||
---
 | 
			
		||||
apiVersion: codemowers.cloud/v1beta1
 | 
			
		||||
kind: OIDCMiddlewareClient
 | 
			
		||||
@@ -38,16 +39,16 @@ metadata:
 | 
			
		||||
    external-dns.alpha.kubernetes.io/target: traefik.k-space.ee
 | 
			
		||||
spec:
 | 
			
		||||
  rules:
 | 
			
		||||
  - host: prusa.k-space.ee
 | 
			
		||||
    http:
 | 
			
		||||
      paths:
 | 
			
		||||
      - pathType: Prefix
 | 
			
		||||
        path: "/"
 | 
			
		||||
        backend:
 | 
			
		||||
          service:
 | 
			
		||||
            name: prusa
 | 
			
		||||
            port:
 | 
			
		||||
              name: http
 | 
			
		||||
    - host: prusa.k-space.ee
 | 
			
		||||
      http:
 | 
			
		||||
        paths:
 | 
			
		||||
          - pathType: Prefix
 | 
			
		||||
            path: "/"
 | 
			
		||||
            backend:
 | 
			
		||||
              service:
 | 
			
		||||
                name: prusa
 | 
			
		||||
                port:
 | 
			
		||||
                  name: http
 | 
			
		||||
  tls:
 | 
			
		||||
  - hosts:
 | 
			
		||||
    - "*.k-space.ee"
 | 
			
		||||
    - hosts:
 | 
			
		||||
        - "*.k-space.ee"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user