mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 18:22:54 +02:00
Move ingress to tenant
This commit is contained in:
@@ -95,12 +95,19 @@ ingress:
|
|||||||
path: /
|
path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
console:
|
console:
|
||||||
enabled: false
|
enabled: true
|
||||||
ingressClassName: ""
|
ingressClassName: nginx
|
||||||
labels: { }
|
labels: { }
|
||||||
annotations: { }
|
annotations:
|
||||||
tls: [ ]
|
cert-manager.io/cluster-issuer: prod-cluster-issuer
|
||||||
host: minio-console.local
|
# nginx.ingress.kubernetes.io/ssl-passthrough: "true"
|
||||||
|
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
|
||||||
|
tls:
|
||||||
|
# TLS secretName used on ClusterIssuer
|
||||||
|
- secretName: letsencrypt-prod
|
||||||
|
hosts:
|
||||||
|
- minio-console.hensen.io
|
||||||
|
host: minio-console.hensen.io
|
||||||
path: /
|
path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user