2021-10-25 12:19:09 +00:00
|
|
|
# Default values for FreshRSS.
|
|
|
|
|
|
|
|
image:
|
|
|
|
repository: ghcr.io/linuxserver/freshrss
|
|
|
|
pullPolicy: IfNotPresent
|
2021-10-26 16:00:59 +00:00
|
|
|
tag: version-1.18.1@sha256:cee93c6ec2b8e8731cbd72a7a103a7484e913a467f52b10104564ab2b0a2dbfb
|
2021-10-25 12:19:09 +00:00
|
|
|
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 80
|
|
|
|
|
|
|
|
env: {}
|
|
|
|
# TZ: UTC
|
|
|
|
# PUID: 1001
|
|
|
|
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
|
|
|
type: pvc
|
|
|
|
accessMode: ReadWriteOnce
|
|
|
|
size: "100Gi"
|