From e970d52ea470374a80fff64272c4e6cd681b742b Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Thu, 16 Mar 2023 10:05:33 +0100 Subject: [PATCH] Align ingress hostname with jwtIssues in spire-server chart Signed-off-by: Marco Franssen --- .../spire/charts/spiffe-oidc-discovery-provider/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/spire/charts/spiffe-oidc-discovery-provider/values.yaml b/charts/spire/charts/spiffe-oidc-discovery-provider/values.yaml index c1ecf89..3ba782b 100644 --- a/charts/spire/charts/spiffe-oidc-discovery-provider/values.yaml +++ b/charts/spire/charts/spiffe-oidc-discovery-provider/values.yaml @@ -112,7 +112,7 @@ tolerations: [] affinity: {} -trustDomain: "example.org" +trustDomain: example.org telemetry: prometheus: @@ -145,11 +145,11 @@ ingress: # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" hosts: - - host: chart-example.local + - host: oidc-discovery.example.org paths: - path: / pathType: Prefix tls: [] # - secretName: chart-example-tls # hosts: - # - chart-example.local + # - oidc-discovery.example.org