diff options
author | Eugene Davis <eugene@eugenemdavis.net> | 2024-10-26 21:00:53 +0200 |
---|---|---|
committer | Eugene Davis <eugene@eugenemdavis.net> | 2024-10-26 21:14:08 +0200 |
commit | 116ad479a839b08092663936a818317e2e624bfa (patch) | |
tree | 046b259cfeeda5d6d1fadcfd053a495d2475b48e /script/helm/garage/values.yaml | |
parent | a18b3f0d1fb932df5abce6f5e79169ca01006e3b (diff) | |
download | garage-116ad479a839b08092663936a818317e2e624bfa.tar.gz garage-116ad479a839b08092663936a818317e2e624bfa.zip |
add extraVolumes and extraVolumeMounts to helm chart
Diffstat (limited to 'script/helm/garage/values.yaml')
-rw-r--r-- | script/helm/garage/values.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/script/helm/garage/values.yaml b/script/helm/garage/values.yaml index 5c381f16..013aa022 100644 --- a/script/helm/garage/values.yaml +++ b/script/helm/garage/values.yaml @@ -218,6 +218,10 @@ affinity: {} environment: {} +extraVolumes: {} + +extraVolumeMounts: {} + monitoring: metrics: # If true, a service for monitoring is created with a prometheus.io/scrape annotation |