Update flower values and ingress
This commit is contained in:
		
							parent
							
								
									03ab58e711
								
							
						
					
					
						commit
						a0fbefc07c
					
				
					 2 changed files with 16 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1 +1 @@
 | 
			
		|||
Subproject commit 0e92508ac3878dfdad2ed36c8ca8018455246f18
 | 
			
		||||
Subproject commit 82b457b9da430a50059ad5cdd9b75f981fd4c8cc
 | 
			
		||||
							
								
								
									
										15
									
								
								values.yaml
									
										
									
									
									
								
							
							
						
						
									
										15
									
								
								values.yaml
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -129,6 +129,21 @@ flower:
 | 
			
		|||
  service:
 | 
			
		||||
    type: ClusterIP
 | 
			
		||||
    port: 80
 | 
			
		||||
  ingress:
 | 
			
		||||
    enabled: false
 | 
			
		||||
    annotations:
 | 
			
		||||
      {}
 | 
			
		||||
      # kubernetes.io/ingress.class: nginx
 | 
			
		||||
      # kubernetes.io/tls-acme: "true"
 | 
			
		||||
    hosts:
 | 
			
		||||
      - host: chart-example.local
 | 
			
		||||
        paths:
 | 
			
		||||
          - path: /
 | 
			
		||||
            pathType: ImplementationSpecific
 | 
			
		||||
    tls: []
 | 
			
		||||
    #  - secretName: chart-example-tls
 | 
			
		||||
    #    hosts:
 | 
			
		||||
    #      - chart-example.local
 | 
			
		||||
 | 
			
		||||
serviceAccount:
 | 
			
		||||
  # Specifies whether a service account should be created
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue