33 lines
585 B
YAML
33 lines
585 B
YAML
|
image:
|
||
|
repository: ghcr.io/dgtlmoon/changedetection.io
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: 0.45.21@sha256:6e80b83184b07fa8ac1d2ab42c5fca1620cedf7000fbb6db2c2de6d8babf203c
|
||
|
|
||
|
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"
|
||
|
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|