diff options
author | Patrick Jahns <github@patrickjahns.de> | 2022-11-17 23:33:00 +0100 |
---|---|---|
committer | Maximilien Richer <me@mricher.fr> | 2023-01-27 00:08:33 +0100 |
commit | b999bb36af59de899c2426c0ad35e4e04abc317d (patch) | |
tree | d08ab873424b61bf066ce8cf878104c88093d6fd /script/helm/garage/templates/workload.yaml | |
parent | d20e8c92564843e8c9abdf573db5ce7f6c58f482 (diff) | |
download | garage-b999bb36af59de899c2426c0ad35e4e04abc317d.tar.gz garage-b999bb36af59de899c2426c0ad35e4e04abc317d.zip |
feat(helm): ability to monitor garage via prometheus
Diffstat (limited to 'script/helm/garage/templates/workload.yaml')
-rw-r--r-- | script/helm/garage/templates/workload.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/script/helm/garage/templates/workload.yaml b/script/helm/garage/templates/workload.yaml index b0303869..340c0054 100644 --- a/script/helm/garage/templates/workload.yaml +++ b/script/helm/garage/templates/workload.yaml @@ -61,6 +61,8 @@ spec: name: s3-api - containerPort: 3902 name: web-api + - containerPort: 3903 + name: admin volumeMounts: - name: meta mountPath: /mnt/meta |