Files
truecharts/charts/stable/freshrss/values.yaml
T
4883b815e6 chore(deps): update non-major (#1046)
* 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-09-28 08:34:12 +02:00

34 lines
565 B
YAML

# Default values for FreshRSS.
image:
repository: ghcr.io/linuxserver/freshrss
pullPolicy: IfNotPresent
tag: version-1.18.1@sha256:b5323d52c18871a62d5b7c618dce71ac5c3e7712e13b1d813606b78559630226
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
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"