Add values for flower
This commit is contained in:
		
							parent
							
								
									bad619b441
								
							
						
					
					
						commit
						82b457b9da
					
				
					 1 changed files with 31 additions and 0 deletions
				
			
		
							
								
								
									
										31
									
								
								values.yaml
									
										
									
									
									
								
							
							
						
						
									
										31
									
								
								values.yaml
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -120,6 +120,37 @@ beat:
 | 
			
		|||
  tolerations: []
 | 
			
		||||
  affinity: {}
 | 
			
		||||
 | 
			
		||||
flower:
 | 
			
		||||
  enabled: false
 | 
			
		||||
  resources:
 | 
			
		||||
    limits:
 | 
			
		||||
      cpu: 500m
 | 
			
		||||
      memory: 512Mi
 | 
			
		||||
    requests:
 | 
			
		||||
      cpu: 50m
 | 
			
		||||
      memory: 256Mi
 | 
			
		||||
  nodeSelector: {}
 | 
			
		||||
  tolerations: []
 | 
			
		||||
  affinity: {}
 | 
			
		||||
  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
 | 
			
		||||
  create: false
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue