29 lines
389 B
YAML
29 lines
389 B
YAML
# Default values for FreshRSS.
|
|
|
|
image:
|
|
repository: linuxserver/freshrss
|
|
pullPolicy: IfNotPresent
|
|
tag: version-1.18.1
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 80
|
|
|
|
env: {}
|
|
# TZ: UTC
|
|
# PUID: 1001
|
|
# PGID: 1001
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
type: pvc
|
|
accessMode: ReadWriteOnce
|
|
size: "100Gi"
|