From a0fbefc07ca54ca003dc96584b0148895ab0354d Mon Sep 17 00:00:00 2001 From: David Burke Date: Sat, 14 Jan 2023 16:25:33 -0500 Subject: [PATCH] Update flower values and ingress --- django-helm-chart | 2 +- values.yaml | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/django-helm-chart b/django-helm-chart index 0e92508..82b457b 160000 --- a/django-helm-chart +++ b/django-helm-chart @@ -1 +1 @@ -Subproject commit 0e92508ac3878dfdad2ed36c8ca8018455246f18 +Subproject commit 82b457b9da430a50059ad5cdd9b75f981fd4c8cc diff --git a/values.yaml b/values.yaml index 37cb444..381ce78 100644 --- a/values.yaml +++ b/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