Files
truecharts/charts/stable/freshrss/values.yaml
T
c6e18fba53 chore(deps): update non-major (#1350)
* chore(deps): update non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-11-18 22:59:35 +01:00

30 lines
510 B
YAML

# Default values for FreshRSS.
image:
repository: ghcr.io/linuxserver/freshrss
pullPolicy: IfNotPresent
tag: version-1.18.1@sha256:8840d00e2f8d4d4d894707bc482b78ee4d4530c3967da82ace8a046ec73cd428
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"