28 lines
463 B
YAML
28 lines
463 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/freshrss
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: v1.20.0@sha256:06bebf66b94c491f805eaadeb9a257af8cbcc993e418b3b3f76318d2273deef8
|
||
|
|
||
|
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
|