* 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>
27 lines
475 B
YAML
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"
|