24 lines
467 B
YAML
24 lines
467 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/freshrss
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.24.0@sha256:a7a165bf603bc5b57845b13f0af85020bf9d29521fa66f5071546002ccf4eebd
|
|
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
|