Files
truecharts/charts/stable/rss-bridge/values.yaml
Stavros Kois 113cac680e feat(apps): move apps to stable and update image refs (#2517)
* feat(apps): move apps to stable and update image refs

* remove proxy vikunja

* add more test opitons

* rerun

* 80

* correct configmap for nginx

* yml -> yml

* trim b and  B

* whoops
2022-04-19 20:23:52 +00:00

27 lines
482 B
YAML

image:
repository: tccr.io/truecharts/rss-bridge
tag: v2022-01@sha256:dec1826fb8db0c0895ef97e0d5274f8530b51d01a3589d49cb0982110dd7c34e
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"