devel: rename manifests/ to kustomizations/
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user