From 82b457b9da430a50059ad5cdd9b75f981fd4c8cc Mon Sep 17 00:00:00 2001 From: David Burke Date: Sat, 14 Jan 2023 16:25:17 -0500 Subject: [PATCH] Add values for flower --- values.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) 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