29 lines
557 B
YAML
29 lines
557 B
YAML
env:
|
|
PASSWORD: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: xthursdayx/gpodder-docker
|
|
tag: latest@sha256:dc402262ada60b969d9dca5f4eda81d763d138c87a7c57e72a417d5c292cfb9d
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
downloadspath:
|
|
enabled: true
|
|
mountPath: /downloads
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3000
|
|
protocol: TCP
|
|
targetPort: 3000
|
|
portal:
|
|
enabled: true
|