28 lines
462 B
YAML
28 lines
462 B
YAML
image:
|
|
repository: tccr.io/truecharts/freshrss
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.20.2@sha256:e3c33c3ccfc4c7e052e660a1032647af9356c675a47943027076fa1ff11a271e
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10010
|
|
targetPort: 80
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
|
|
portal:
|
|
enabled: true
|