aboutsummaryrefslogtreecommitdiff
path: root/script/helm/garage/values.yaml
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2023-01-26 21:07:58 +0000
committerAlex <alex@adnab.me>2023-01-26 21:07:58 +0000
commita08e01f17a9e4bb80880e28a4a28b2d88a9aec83 (patch)
tree6d1e91f937be97f49d599ebb584225a1849d9323 /script/helm/garage/values.yaml
parent246f7468cd18c8ef4f3c0c4c209853cd2500cc76 (diff)
parent559e924cc2e0887e07886374ca018dd9761c3ba5 (diff)
downloadgarage-a08e01f17a9e4bb80880e28a4a28b2d88a9aec83.tar.gz
garage-a08e01f17a9e4bb80880e28a4a28b2d88a9aec83.zip
Merge pull request 'Enable daemonset deployment using the helm chart' (#409) from kaiyou/garage:feat-k8s-daemonset into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/409
Diffstat (limited to 'script/helm/garage/values.yaml')
-rw-r--r--script/helm/garage/values.yaml12
1 files changed, 10 insertions, 2 deletions
diff --git a/script/helm/garage/values.yaml b/script/helm/garage/values.yaml
index 608ee53c..52f1910a 100644
--- a/script/helm/garage/values.yaml
+++ b/script/helm/garage/values.yaml
@@ -29,12 +29,20 @@ persistence:
meta:
# storageClass: "fast-storage-class"
size: 100Mi
+ # used only for daemon sets
+ hostPath: /var/lib/garage/meta
data:
# storageClass: "slow-storage-class"
size: 100Mi
+ # used only for daemon sets
+ hostPath: /var/lib/garage/data
-# Number of StatefulSet replicas/garage nodes to start
-replicaCount: 3
+# Deployment configuration
+deployment:
+ # Switchable to DaemonSet
+ kind: StatefulSet
+ # Number of StatefulSet replicas/garage nodes to start
+ replicaCount: 3
image:
repository: dxflrs/amd64_garage