mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-07-04 03:49:00 +00:00
fix: various Jellyfin chart bugs (#32)
This commit is contained in:
@ -2,8 +2,6 @@
|
||||
# This is a YAML-formatted file.
|
||||
# Declare variables to be passed into your templates.
|
||||
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: jellyfin/jellyfin
|
||||
pullPolicy: IfNotPresent
|
||||
@ -34,7 +32,7 @@ securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: true
|
||||
runAsUser: 1000
|
||||
fsGroup: 1000
|
||||
runAsGroup: 1000
|
||||
|
||||
persistence:
|
||||
# -- Persistence config for the /config volume
|
||||
|
Reference in New Issue
Block a user