tmp/refactor (#4999)
All checks were successful
lint-test-helm / lint-helm (push) Successful in 46s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 1m37s

Reviewed-on: #4999
This commit was merged in pull request #4999.
This commit is contained in:
2026-03-23 04:01:11 +00:00
parent 153f341c5b
commit 6f840f9380
7 changed files with 22 additions and 20 deletions

View File

@@ -9,7 +9,6 @@ backrest:
image:
repository: ghcr.io/garethgeorge/backrest
tag: v1.12.1@sha256:f4d34bd6fa985d13bdb6c01c5d8727e07708899afa9567d800808357d77b9fb0
pullPolicy: IfNotPresent
env:
- name: TZ
value: America/Chicago
@@ -33,6 +32,19 @@ backrest:
port: 80
targetPort: 9898
protocol: TCP
serviceMonitor:
main:
selector:
matchLabels:
app.kubernetes.io/name: backrest
app.kubernetes.io/instance: backrest
serviceName: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}'
endpoints:
- port: http
scheme: http
path: /metrics
interval: 300s
scrapeTimeout: 15s
route:
main:
kind: HTTPRoute