24 lines
467 B
YAML
24 lines
467 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/freshrss
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.23.1@sha256:49be60ccf1132bbbe7670fedcac3d55ab30934b884c4834eda503db283de6b0a
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10010
|
|
targetPort: 80
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
portal:
|
|
open:
|
|
enabled: true
|