summaryrefslogtreecommitdiff
path: root/data.d/k3s-master/helm.d
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-04-06 17:15:41 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-04-06 17:15:41 +0200
commit6dd457470be4dca67cc5cfd83c4a259f333eb1ba (patch)
treeae0bf87629b9599746500efb1dcec5124cb73076 /data.d/k3s-master/helm.d
parent57aaf8346cf03e2bcdc9356e03bc89593d86da42 (diff)
Redo k3s-master once more
Diffstat (limited to 'data.d/k3s-master/helm.d')
-rw-r--r--data.d/k3s-master/helm.d/certmanager.yaml1
-rw-r--r--data.d/k3s-master/helm.d/minio.yaml18
-rw-r--r--data.d/k3s-master/helm.d/redis.yaml3
3 files changed, 22 insertions, 0 deletions
diff --git a/data.d/k3s-master/helm.d/certmanager.yaml b/data.d/k3s-master/helm.d/certmanager.yaml
new file mode 100644
index 0000000..1b4551c
--- /dev/null
+++ b/data.d/k3s-master/helm.d/certmanager.yaml
@@ -0,0 +1 @@
+installCRDs: true
diff --git a/data.d/k3s-master/helm.d/minio.yaml b/data.d/k3s-master/helm.d/minio.yaml
new file mode 100644
index 0000000..e2f3b8b
--- /dev/null
+++ b/data.d/k3s-master/helm.d/minio.yaml
@@ -0,0 +1,18 @@
+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
+resources:
+ requests:
+ memory: 512Mi
diff --git a/data.d/k3s-master/helm.d/redis.yaml b/data.d/k3s-master/helm.d/redis.yaml
new file mode 100644
index 0000000..4dc9703
--- /dev/null
+++ b/data.d/k3s-master/helm.d/redis.yaml
@@ -0,0 +1,3 @@
+architecture: standalone
+replica:
+ replicaCount: 0