34 lines
551 B
YAML
34 lines
551 B
YAML
|
# Default values for FreshRSS.
|
||
|
|
||
|
image:
|
||
|
repository: ghcr.io/linuxserver/freshrss
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: version-1.18.1@sha256:d0215533b25c467fda78d212207849ad879d7d57fc92da74adb391159db9faa1
|
||
|
|
||
|
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"
|