add local garage
Some checks failed
lint-test-helm / helm-lint (push) Successful in 11s
lint-test-docker / docker-lint (push) Successful in 12s
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-10-27 20:19:43 -05:00
parent 8f3d9163e5
commit 5ddba311cf
9 changed files with 267 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: garage
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: garage
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
selector:
matchLabels:
app.kubernetes.io/name: garage
app.kubernetes.io/instance: {{ .Release.Name }}
endpoints:
- port: admin
interval: 1m
scrapeTimeout: 30s
path: /metrics
bearerTokenSecret:
name: garage-token-secret
key: GARAGE_METRICS_TOKEN