diff --git a/values.yaml b/values.yaml index 3224efa..612bda6 100644 --- a/values.yaml +++ b/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