chore: Update manifests after change
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
@@ -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:
|
||||
|
||||
@@ -23,7 +23,7 @@ spec:
|
||||
name: bazarr
|
||||
namespace: bazarr
|
||||
port: 80
|
||||
weight: 100
|
||||
weight: 1
|
||||
matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user