Files
manifests/charts/dex/prod-values.yaml
T
2024-02-12 15:20:24 +01:00

22 lines
418 B
YAML

configSecret:
create: false
name: prod-dex-config
ingress:
enabled: true
className: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt-staging
nginx.ingress.kubernetes.io/ssl-redirect: "true"
hosts:
- host: idp.srv.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
tls:
- secretName: prod-dex-tls
hosts:
- idp.srv.oceanbox.io