Automated Manifest Update (#2797)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2797 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2797.
This commit is contained in:
@@ -2,21 +2,26 @@ apiVersion: monitoring.coreos.com/v1
|
||||
kind: ServiceMonitor
|
||||
metadata:
|
||||
name: garage
|
||||
namespace: garage
|
||||
labels:
|
||||
app.kubernetes.io/name: garage
|
||||
app.kubernetes.io/instance: garage
|
||||
app.kubernetes.io/part-of: garage
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: garage
|
||||
helm.sh/chart: garage-4.5.0
|
||||
namespace: garage
|
||||
spec:
|
||||
jobLabel: "garage"
|
||||
namespaceSelector:
|
||||
matchNames:
|
||||
- garage
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: garage
|
||||
app.kubernetes.io/instance: garage
|
||||
app.kubernetes.io/name: garage
|
||||
endpoints:
|
||||
- port: admin
|
||||
interval: 1m
|
||||
scrapeTimeout: 30s
|
||||
path: /metrics
|
||||
bearerTokenSecret:
|
||||
name: garage-token-secret
|
||||
- bearerTokenSecret:
|
||||
key: GARAGE_METRICS_TOKEN
|
||||
name: garage-token-secret
|
||||
interval: 1m
|
||||
path: /metrics
|
||||
port: admin
|
||||
scrapeTimeout: 30s
|
||||
|
||||
Reference in New Issue
Block a user