feat: rename kustomizations/ to values/

This commit is contained in:
2024-10-14 07:59:16 +02:00
parent 91b56423f2
commit 372c11c31e
165 changed files with 28 additions and 28 deletions
+26
View File
@@ -0,0 +1,26 @@
configSecret:
create: false
name: prod-dex-config
ingress:
enabled: true
className: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
nginx.ingress.kubernetes.io/ssl-redirect: "true"
hosts:
- host: idp.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
- host: idp.srv.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
tls:
- secretName: prod-dex-tls
hosts:
- idp.oceanbox.io
- idp.srv.oceanbox.io