# yaml-language-server: $schema=./values.schema.json image: repository: ghcr.io/dgtlmoon/changedetection.io pullPolicy: IfNotPresent tag: 0.55.7@sha256:736331d2787f94d3201b64aa641e090f67e28577ba505bd7ba5d7c1841e1e0ca service: main: ports: main: protocol: http targetPort: 5000 port: 5000 workload: main: podSpec: containers: main: env: BASE_URL: "" USE_X_SETTINGS: true HIDE_REFERER: true FETCH_WORKERS: 10 persistence: datastore: enabled: true mountPath: "/datastore"