Enable daemonset deployment using the helm chart #409

Merged
lx merged 5 commits from kaiyou/garage:feat-k8s-daemonset into main 2023-01-26 21:07:58 +00:00

5 Commits

Author SHA1 Message Date
kaiyou 559e924cc2 Bump the helm chart version
continuous-integration/drone/pr Build is passing Details
2022-12-25 13:33:44 +01:00
kaiyou e852c91d18 Fix documentation based on new deployment values
continuous-integration/drone/pr Build was killed Details
2022-12-25 13:30:14 +01:00
kaiyou e9b0068079 Set hostPath type for volumes 2022-12-25 13:30:14 +01:00
kaiyou 49a138b670 Fix volume handling and persistence flag 2022-12-25 13:30:14 +01:00
kaiyou e94d6f78d7 Enable daemonset deployment using the helm chart
DaemonSet is a k8s resource that schedules one instance per node,
which is useful for some garage deployment use cases, including
managing garage nodes using k8s node labels
2022-12-25 13:30:14 +01:00