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
|
||||
|
||||
Reference in New Issue
Block a user