Skip to content

Commit

Permalink
chore: fix plex
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Feb 29, 2024
1 parent 8c001eb commit c6be79e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion kubernetes/teyvat/apps/media/plex/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ spec:
timeoutSeconds: 1
failureThreshold: 3
readiness: *probes
startup:
enabled: false
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities: { drop: ["ALL"] }
resources:
requests:
cpu: 100m
Expand All @@ -72,9 +78,10 @@ spec:
securityContext:
runAsUser: 568
runAsGroup: 568
runAsNonRoot: true
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch
supplementalGroups: [105]
supplementalGroups: [44, 10000, 109]
service:
main:
type: LoadBalancer
Expand Down

0 comments on commit c6be79e

Please sign in to comment.