Merge pull request 'Automated Manifest Update' (#5539) from auto/update-manifests into manifests
Reviewed-on: #5539
This commit was merged in pull request #5539.
This commit is contained in:
@@ -108,8 +108,8 @@ spec:
|
|||||||
name: main
|
name: main
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 1m
|
cpu: 10m
|
||||||
memory: 100Mi
|
memory: 600Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /usr/src/paperless/consume
|
- mountPath: /usr/src/paperless/consume
|
||||||
name: consume
|
name: consume
|
||||||
|
|||||||
@@ -29,6 +29,9 @@ spec:
|
|||||||
enableServiceLinks: false
|
enableServiceLinks: false
|
||||||
serviceAccountName: default
|
serviceAccountName: default
|
||||||
automountServiceAccountToken: true
|
automountServiceAccountToken: true
|
||||||
|
securityContext:
|
||||||
|
fsGroup: 1000
|
||||||
|
fsGroupChangePolicy: OnRootMismatch
|
||||||
hostIPC: false
|
hostIPC: false
|
||||||
hostNetwork: false
|
hostNetwork: false
|
||||||
hostPID: false
|
hostPID: false
|
||||||
@@ -46,19 +49,18 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: US/Central
|
value: America/Chicago
|
||||||
- name: VERSION
|
- name: VERSION
|
||||||
value: docker
|
value: docker
|
||||||
image: ghcr.io/linuxserver/plex:1.43.0@sha256:a27f1ce1e1d14cd3627ed217f042bf8de0f796ed274fb27b2dc971ae22a64b95
|
image: ghcr.io/linuxserver/plex:1.43.0.10492-121068a07-ls298@sha256:cbd631f9a972a1c453953a9192c1781dd7d2084db075a1bee78a3cc6387fb103
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
name: main
|
name: main
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
gpu.intel.com/i915: 1
|
gpu.intel.com/i915: 1
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 100m
|
||||||
gpu.intel.com/i915: 1
|
gpu.intel.com/i915: 1
|
||||||
memory: 512Mi
|
memory: 250Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: config
|
name: config
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ spec:
|
|||||||
name: plex
|
name: plex
|
||||||
namespace: plex
|
namespace: plex
|
||||||
port: 32400
|
port: 32400
|
||||||
weight: 100
|
weight: 1
|
||||||
matches:
|
matches:
|
||||||
- path:
|
- path:
|
||||||
type: PathPrefix
|
type: PathPrefix
|
||||||
|
|||||||
Reference in New Issue
Block a user