Add cert-manager annotations to Ingress for Let's Encrypt issuer
This commit is contained in:
		
							parent
							
								
									86f5523abb
								
							
						
					
					
						commit
						5dc4290337
					
				@ -12,6 +12,9 @@ httpServiceRender = lambda h: HTTPService {
 | 
			
		||||
        kind = "Ingress"
 | 
			
		||||
        metadata = {
 | 
			
		||||
            name = h.service
 | 
			
		||||
            annotations = {
 | 
			
		||||
                "cert-manager.io/issuer": "letsencrypt"
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        spec = {
 | 
			
		||||
            rules = [{
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user