Files
truecharts/charts/incubator/rss-bridge/values.yaml
T
8c349ea2d3 chore(deps): update docker general non-major (#2502)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-18 12:21:26 +03:00

27 lines
475 B
YAML

image:
repository: rssbridge/rss-bridge
tag: 2022-01-20@sha256:4c2a148273b64f8b6afcca42a201e8294ab4f8747a747d7696b7d3494a712591
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"
service:
main:
ports:
main:
port: 10225
persistence:
config:
enabled: true
mountPath: "/config"