2022-11-15 00:14:12 +00:00
|
|
|
env:
|
|
|
|
PASSWORD: ""
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/gpodder
|
2023-04-30 13:55:43 +00:00
|
|
|
tag: latest@sha256:6fbd83ed380325566e0766c92bc3e4ed92d2049af555e3b28a2da71d84943197
|
2022-11-15 00:14:12 +00:00
|
|
|
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
|