Align ingress hostname with jwtIssues in spire-server chart

Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2023-03-16 10:05:33 +01:00
parent cc7121e021
commit e970d52ea4
@@ -112,7 +112,7 @@ tolerations: []
affinity: {} affinity: {}
trustDomain: "example.org" trustDomain: example.org
telemetry: telemetry:
prometheus: prometheus:
@@ -145,11 +145,11 @@ ingress:
# kubernetes.io/ingress.class: nginx # kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true" # kubernetes.io/tls-acme: "true"
hosts: hosts:
- host: chart-example.local - host: oidc-discovery.example.org
paths: paths:
- path: / - path: /
pathType: Prefix pathType: Prefix
tls: [] tls: []
# - secretName: chart-example-tls # - secretName: chart-example-tls
# hosts: # hosts:
# - chart-example.local # - oidc-discovery.example.org