28 lines
462 B
YAML
28 lines
462 B
YAML
image:
|
|
repository: tccr.io/truecharts/freshrss
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.20.2@sha256:a45b5ab08ed38b53ba64c80538f0de951ecb9ce87706243225b3f18c9f34898a
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10010
|
|
targetPort: 80
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
|
|
portal:
|
|
enabled: true
|