mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🐛 changedetection
This commit is contained in:
@@ -31,14 +31,13 @@ spec:
|
|||||||
type: statefulset
|
type: statefulset
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/dgtlmoon/changedetection.io
|
repository: ghcr.io/dgtlmoon/changedetection.io
|
||||||
tag: 0.40.3
|
tag: "0.41"
|
||||||
env:
|
env:
|
||||||
TZ: ${TIMEZONE}
|
TZ: ${TIMEZONE}
|
||||||
PORT: &port 5000
|
PORT: &port 5000
|
||||||
USE_X_SETTINGS: 1
|
PUID: 568
|
||||||
PLAYWRIGHT_DRIVER_URL: ws://localhost:3000/?stealth=1&--disable-web-security=true&--user-data-dir=~/tmp/cache
|
PGID: 568
|
||||||
PUID: 1000
|
BASE_URL: https://changedetection.${SECRET_CLUSTER_DOMAIN}
|
||||||
PGID: 1000
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -49,6 +48,8 @@ spec:
|
|||||||
enabled: true
|
enabled: true
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
annotations:
|
annotations:
|
||||||
|
nginx.ingress.kubernetes.io/whitelist-source-range: |
|
||||||
|
10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
|
||||||
hajimari.io/icon: mdi:web-sync
|
hajimari.io/icon: mdi:web-sync
|
||||||
hosts:
|
hosts:
|
||||||
- host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}"
|
- host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}"
|
||||||
@@ -59,10 +60,10 @@ spec:
|
|||||||
- hosts:
|
- hosts:
|
||||||
- *host
|
- *host
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsUser: 1000
|
runAsUser: 568
|
||||||
runAsGroup: 1000
|
runAsGroup: 568
|
||||||
fsGroup: 1000
|
fsGroup: 568
|
||||||
fsGroupChangePolicy: "OnRootMismatch"
|
fsGroupChangePolicy: OnRootMismatch
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -73,4 +74,4 @@ spec:
|
|||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 100Mi
|
memory: 100Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 250Mi
|
memory: 500Mi
|
||||||
|
Reference in New Issue
Block a user