2021-02-10 10:09:33 +00:00
|
|
|
# Default values for FreshRSS.
|
|
|
|
|
|
|
|
image:
|
2021-09-10 18:56:46 +00:00
|
|
|
repository: ghcr.io/linuxserver/freshrss
|
2021-02-10 10:09:33 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2021-11-18 21:59:35 +00:00
|
|
|
tag: version-1.18.1@sha256:8840d00e2f8d4d4d894707bc482b78ee4d4530c3967da82ace8a046ec73cd428
|
2021-02-10 10:09:33 +00:00
|
|
|
|
2021-09-26 18:05:21 +00:00
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
2021-05-19 13:12:45 +00:00
|
|
|
service:
|
2021-03-03 15:51:25 +00:00
|
|
|
main:
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
|
|
|
main:
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10010
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 80
|
2021-02-10 10:09:33 +00:00
|
|
|
|
|
|
|
env: {}
|
|
|
|
# TZ: UTC
|
|
|
|
# PUID: 1001
|
|
|
|
persistence:
|
|
|
|
config:
|
2021-02-11 20:05:16 +00:00
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|