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