Move ingress to tenant

This commit is contained in:
Ruben Hensen
2024-09-10 00:53:27 +02:00
parent 494cb45268
commit cde78ae525
+12 -5
View File
@@ -95,12 +95,19 @@ ingress:
path: /
pathType: Prefix
console:
enabled: false
ingressClassName: ""
enabled: true
ingressClassName: nginx
labels: { }
annotations: { }
tls: [ ]
host: minio-console.local
annotations:
cert-manager.io/cluster-issuer: prod-cluster-issuer
# 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: /
pathType: Prefix