Automated Manifest Update #5000

Merged
alexlebens merged 1 commits from auto/update-manifests into manifests 2026-03-23 04:04:38 +00:00
6 changed files with 29 additions and 9 deletions
Showing only changes of commit 55bf60c314 - Show all commits

View File

@@ -46,7 +46,6 @@ spec:
- name: TMPDIR
value: /tmp
image: ghcr.io/garethgeorge/backrest:v1.12.1@sha256:f4d34bd6fa985d13bdb6c01c5d8727e07708899afa9567d800808357d77b9fb0
imagePullPolicy: IfNotPresent
name: main
resources:
requests:

View File

@@ -0,0 +1,25 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: backrest
labels:
app.kubernetes.io/instance: backrest
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: backrest
helm.sh/chart: backrest-4.6.2
namespace: backrest
spec:
jobLabel: backrest
namespaceSelector:
matchNames:
- backrest
selector:
matchLabels:
app.kubernetes.io/instance: backrest
app.kubernetes.io/name: backrest
endpoints:
- interval: 300s
path: /metrics
port: http
scheme: http
scrapeTimeout: 15s

View File

@@ -41,13 +41,12 @@ spec:
containers:
- env:
- name: TZ
value: US/Central
value: America/Chicago
- name: PUID
value: "1000"
- name: PGID
value: "1000"
image: ghcr.io/linuxserver/bazarr:1.5.6@sha256:05f9d5b24884f37120453dc1a008a47be244eebec32099ae1bd29032e75b67aa
imagePullPolicy: IfNotPresent
name: main
resources:
requests:

View File

@@ -23,7 +23,7 @@ spec:
name: bazarr
namespace: bazarr
port: 80
weight: 100
weight: 1
matches:
- path:
type: PathPrefix

View File

@@ -7,8 +7,6 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: bazarr
helm.sh/chart: bazarr-4.6.2
annotations:
helm.sh/resource-policy: keep
namespace: bazarr
spec:
accessModes:

View File

@@ -38,14 +38,13 @@ spec:
containers:
- env:
- name: TZ
value: US/Central
value: America/Chicago
image: ghcr.io/0xerr0r/blocky:v0.29.0@sha256:a6d99f323d3036a99a3767a52ad612f4d8f3f31167492bfc14d4ea57b24cdfd0
imagePullPolicy: IfNotPresent
name: main
resources:
requests:
cpu: 10m
memory: 128Mi
memory: 90Mi
volumeMounts:
- mountPath: /app/config.yml
mountPropagation: None