chore(apps): bump apps, remove duplicates and move incubator to stable for RC1
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/headphones
|
||||
pullPolicy: IfNotPresent
|
||||
tag: version-58edc604@sha256:43f2d40be460ac59c6b80d6ea1307f14dad11379ac607b6752f84a758da6b118
|
||||
|
||||
env:
|
||||
PUID: 568
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 8181
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
downloads:
|
||||
enabled: true
|
||||
mountPath: /downloads
|
||||
accessMode: ReadWriteOnce
|
||||
size: 1Gi
|
||||
music:
|
||||
enabled: true
|
||||
mountPath: /music
|
||||
accessMode: ReadWriteOnce
|
||||
size: 1Gi
|
||||
varrun:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user