chore: Update manifests after change
This commit is contained in:
@@ -29,6 +29,9 @@ spec:
|
||||
enableServiceLinks: false
|
||||
serviceAccountName: default
|
||||
automountServiceAccountToken: true
|
||||
securityContext:
|
||||
fsGroup: 1000
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
hostIPC: false
|
||||
hostNetwork: false
|
||||
hostPID: false
|
||||
@@ -36,7 +39,7 @@ spec:
|
||||
containers:
|
||||
- env:
|
||||
- name: TZ
|
||||
value: US/Central
|
||||
value: America/Chicago
|
||||
- name: PUID
|
||||
value: "1001"
|
||||
- name: PGID
|
||||
@@ -57,13 +60,12 @@ spec:
|
||||
value: "8266"
|
||||
- name: webUIPort
|
||||
value: "8265"
|
||||
image: ghcr.io/haveagitgat/tdarr:2.67.01
|
||||
imagePullPolicy: IfNotPresent
|
||||
image: ghcr.io/haveagitgat/tdarr:2.67.01@sha256:dc23becc667f77d2489b1042bd3af87fdd2fd85c2802e126928ef2ced9a8f560
|
||||
name: main
|
||||
resources:
|
||||
requests:
|
||||
cpu: 200m
|
||||
memory: 1Gi
|
||||
cpu: 500m
|
||||
memory: 2Gi
|
||||
volumeMounts:
|
||||
- mountPath: /app/configs
|
||||
name: config
|
||||
|
||||
@@ -31,7 +31,7 @@ spec:
|
||||
containers:
|
||||
- name: tdarr-exporter
|
||||
securityContext: {}
|
||||
image: "docker.io/homeylab/tdarr-exporter:1.4.3"
|
||||
image: "docker.io/homeylab/tdarr-exporter:1.4.3@sha256:88254cb505bfff20e86e04fa23a71789a411e7939e3bcbccbd5ef397ff91d052"
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: metrics
|
||||
@@ -77,5 +77,5 @@ spec:
|
||||
timeoutSeconds: 2
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 256Mi
|
||||
cpu: 1m
|
||||
memory: 10Mi
|
||||
|
||||
@@ -23,7 +23,7 @@ spec:
|
||||
name: tdarr-web
|
||||
namespace: tdarr
|
||||
port: 8265
|
||||
weight: 100
|
||||
weight: 1
|
||||
matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
|
||||
@@ -7,8 +7,6 @@ metadata:
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: tdarr
|
||||
helm.sh/chart: tdarr-4.6.2
|
||||
annotations:
|
||||
helm.sh/resource-policy: keep
|
||||
namespace: tdarr
|
||||
spec:
|
||||
accessModes:
|
||||
|
||||
@@ -7,8 +7,6 @@ metadata:
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: tdarr
|
||||
helm.sh/chart: tdarr-4.6.2
|
||||
annotations:
|
||||
helm.sh/resource-policy: keep
|
||||
namespace: tdarr
|
||||
spec:
|
||||
accessModes:
|
||||
|
||||
@@ -50,7 +50,7 @@ spec:
|
||||
containers:
|
||||
- env:
|
||||
- name: TZ
|
||||
value: US/Central
|
||||
value: America/Chicago
|
||||
- name: PUID
|
||||
value: "1001"
|
||||
- name: PGID
|
||||
@@ -69,8 +69,7 @@ spec:
|
||||
value: tdarr-api
|
||||
- name: serverPort
|
||||
value: "8266"
|
||||
image: ghcr.io/haveagitgat/tdarr_node:2.67.01
|
||||
imagePullPolicy: IfNotPresent
|
||||
image: ghcr.io/haveagitgat/tdarr_node:2.67.01@sha256:048ae8ed4de8e9f0de51ad739b2105bee3e4d1a8575120df468cec5f6ef2b1da
|
||||
name: main
|
||||
resources:
|
||||
limits:
|
||||
@@ -78,7 +77,7 @@ spec:
|
||||
requests:
|
||||
cpu: 10m
|
||||
gpu.intel.com/i915: 1
|
||||
memory: 512Mi
|
||||
memory: 100Mi
|
||||
volumeMounts:
|
||||
- mountPath: /mnt/store
|
||||
name: media
|
||||
|
||||
Reference in New Issue
Block a user