30 lines
510 B
YAML
30 lines
510 B
YAML
# Default values for FreshRSS.
|
|
|
|
image:
|
|
repository: ghcr.io/linuxserver/freshrss
|
|
pullPolicy: IfNotPresent
|
|
tag: version-1.18.1@sha256:09ba63223bd9ed23a2e50b914c2e36c6e5f3dfd655e8b30ac1d7d70bcb585dd6
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 80
|
|
targetPort: 80
|
|
|
|
env: {}
|
|
# TZ: UTC
|
|
# PUID: 1001
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|