From 9388e03e8c6af49111b7b25195e01ac5fe0301aa Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Wed, 8 Jun 2022 12:47:24 +0200 Subject: [PATCH] fix(ingress): assets ingress values Signed-off-by: rjshrjndrn --- .../openreplay/charts/assets/values.yaml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/scripts/helmcharts/openreplay/charts/assets/values.yaml b/scripts/helmcharts/openreplay/charts/assets/values.yaml index dd1b1ce9f..8a9f8211a 100644 --- a/scripts/helmcharts/openreplay/charts/assets/values.yaml +++ b/scripts/helmcharts/openreplay/charts/assets/values.yaml @@ -55,13 +55,20 @@ serviceMonitor: scrapeTimeout: 10s ingress: - enabled: true - className: "{{ .Values.global.ingress.controller.ingressClassResource.name }}" + enabled: false + className: "" annotations: {} # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" - tls: - secretName: openreplay-ssl + hosts: + - host: chart-example.local + paths: + - path: / + pathType: ImplementationSpecific + tls: [] + # - secretName: chart-example-tls + # hosts: + # - chart-example.local resources: {} # We usually recommend not to specify default resources and to leave this as a conscious