summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-04-06 17:39:41 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-04-06 17:39:41 +0200
commit1fcf6bbdf435c20d3962de8d451eceab4c7ed48b (patch)
tree306fe6c032fcb725f8f3e9af01e4665168337e85
parent8058b445ec4df9902d5d9b954a0f5e0200317609 (diff)
Add consoleIngress for minio
-rw-r--r--data.d/k3s-master/helm.d/minio.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/data.d/k3s-master/helm.d/minio.yaml b/data.d/k3s-master/helm.d/minio.yaml
index e2f3b8b..3a4731d 100644
--- a/data.d/k3s-master/helm.d/minio.yaml
+++ b/data.d/k3s-master/helm.d/minio.yaml
@@ -10,6 +10,17 @@ ingress:
- hosts:
- s3.tyil.nl
secretName: tls-nl.tyil.s3
+consoleIngress:
+ enabled: true
+ annotations:
+ cert-manager.io/cluster-issuer: letsencrypt-production
+ path: /
+ hosts:
+ - minio.tyil.nl
+ tls:
+ - hosts:
+ - minio.tyil.nl
+ secretName: tls-nl.tyil.minio
persistence:
enabled: true
existingClaim: minio-data