Add ingress minio

This commit is contained in:
Ruben Hensen
2024-09-09 22:23:47 +02:00
parent 205a2a4396
commit 5465a943da
2 changed files with 23 additions and 6 deletions
+6 -6
View File
@@ -17,12 +17,12 @@ spec:
- chart: operator
repoURL: https://operator.min.io
targetRevision: 6.0.3
# helm:
# valueFiles:
# - $values/minio/values.yaml
# - repoURL: https://github.com/rubenhensen/k8scd.git
# targetRevision: HEAD
# ref: values
helm:
valueFiles:
- $values/minio/values.yaml
- repoURL: https://github.com/rubenhensen/k8scd.git
targetRevision: HEAD
ref: values
destination:
server: https://kubernetes.default.svc
namespace: minio
+17
View File
@@ -0,0 +1,17 @@
ingress:
enabled: true
ingressClassName: nginx
labels: { }
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:
- argocd.hensen.io
host: minio.hensen.io
path: /
pathType: Prefix