Files
truecharts/charts/stable/ddns-updater/values.yaml
T
Stavros KoisandGitHub 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

19 lines
367 B
YAML

image:
repository: tccr.io/truecharts/ddns-updater
tag: v2.4.1@sha256:82e1cedae94f79be838019bb82974bf80ee784084b6dca6823dde8c177ba4145
pullPolicy: IfNotPresent
env:
LISTENING_PORT: "{{ .Values.service.main.ports.main.port }}"
service:
main:
ports:
main:
port: 10227
persistence:
data:
enabled: true
mountPath: "/updater/data"