summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-04-06 16:54:32 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-04-06 16:54:32 +0200
commit57aaf8346cf03e2bcdc9356e03bc89593d86da42 (patch)
treef350416b9aa1ad55e60ece5051567047bac04a72
parentae006622c4bc9905a28d06f35c17499c77a32d11 (diff)
Add ingress for minio
-rw-r--r--data.d/k3s-jaomox/helm.d/minio.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/data.d/k3s-jaomox/helm.d/minio.yaml b/data.d/k3s-jaomox/helm.d/minio.yaml
index d58725b..e2f3b8b 100644
--- a/data.d/k3s-jaomox/helm.d/minio.yaml
+++ b/data.d/k3s-jaomox/helm.d/minio.yaml
@@ -1,5 +1,15 @@
mode: standalone
replicas: 1
+ingress:
+ enabled: true
+ annotations:
+ cert-manager.io/cluster-issuer: letsencrypt-production
+ hosts:
+ - s3.tyil.nl
+ tls:
+ - hosts:
+ - s3.tyil.nl
+ secretName: tls-nl.tyil.s3
persistence:
enabled: true
existingClaim: minio-data