45 lines
836 B
YAML
45 lines
836 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/funkwhale
|
||
|
tag: 1.2.10@sha256:835a4970cd330024e617e6b320f609b700ee79f042b57118ad761605fbd985d1
|
||
|
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
env:
|
||
|
FUNKWHALE_HOSTNAME: "yourdomain.funkwhale"
|
||
|
NESTED_PROXY: "0"
|
||
|
DJANGO_SECRET_KEY:
|
||
|
secretKeyRef:
|
||
|
name: secret
|
||
|
key: DJANGO_SECRET_KEY
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 10236
|
||
|
protocol: http
|
||
|
targetPort: 5000
|
||
|
|
||
|
persistence:
|
||
|
data:
|
||
|
enabled: true
|
||
|
mountPath: /data
|
||
|
musicpath:
|
||
|
enabled: true
|
||
|
mountPath: /music
|
||
|
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|