2021-10-25 12:19:09 +00:00
|
|
|
# Default values for FreshRSS.
|
|
|
|
|
|
|
|
image:
|
|
|
|
repository: ghcr.io/linuxserver/freshrss
|
|
|
|
pullPolicy: IfNotPresent
|
2021-11-18 22:12:49 +00:00
|
|
|
tag: version-1.18.1@sha256:8840d00e2f8d4d4d894707bc482b78ee4d4530c3967da82ace8a046ec73cd428
|
2021-10-25 12:19:09 +00:00
|
|
|
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 80
|
2021-11-07 16:24:13 +00:00
|
|
|
targetPort: 80
|
2021-10-25 12:19:09 +00:00
|
|
|
|
|
|
|
env: {}
|
|
|
|
# TZ: UTC
|
|
|
|
# PUID: 1001
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|