Changed prod domain
This commit is contained in:
		
							parent
							
								
									c442d26e91
								
							
						
					
					
						commit
						bde68d9369
					
				@ -5,16 +5,16 @@ ingress:
 | 
			
		||||
  name: newsite-prod
 | 
			
		||||
  annotations:
 | 
			
		||||
    cert-manager.io/cluster-issuer: letsencrypt-prod
 | 
			
		||||
    external-dns.alpha.kubernetes.io/hostname: "newsite.dutchellie.nl"
 | 
			
		||||
    external-dns.alpha.kubernetes.io/hostname: "quenten.nl"
 | 
			
		||||
    nginx.ingress.kubernetes.io/configuration-snippet: |   
 | 
			
		||||
      add_header Content-Security-Policy "frame-ancestors 'self' https://forestofunix.xyz";
 | 
			
		||||
      proxy_hide_header X-Frame-Options ;
 | 
			
		||||
  tls:
 | 
			
		||||
    - hosts:
 | 
			
		||||
        - newsite.dutchellie.nl
 | 
			
		||||
        - quenten.nl
 | 
			
		||||
      secretName: newsite-tls
 | 
			
		||||
  hosts:
 | 
			
		||||
    - host: newsite.dutchellie.nl
 | 
			
		||||
    - host: quenten.nl
 | 
			
		||||
      paths:
 | 
			
		||||
        - path: /
 | 
			
		||||
          pathType: Prefix
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user