mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: zwavejs2mqtt use ghcr repository
This commit is contained in:
@@ -19,8 +19,8 @@ spec:
|
|||||||
interval: 5m
|
interval: 5m
|
||||||
values:
|
values:
|
||||||
image:
|
image:
|
||||||
repository: zwavejs/zwavejs2mqtt
|
repository: ghcr.io/zwave-js/zwavejs2mqtt
|
||||||
tag: 4.0.1
|
tag: 4.2.1
|
||||||
env:
|
env:
|
||||||
TZ: "Europe/Paris"
|
TZ: "Europe/Paris"
|
||||||
securityContext:
|
securityContext:
|
||||||
@@ -55,7 +55,11 @@ spec:
|
|||||||
requiredDuringSchedulingIgnoredDuringExecution:
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
nodeSelectorTerms:
|
nodeSelectorTerms:
|
||||||
- matchExpressions:
|
- matchExpressions:
|
||||||
- {key: "feature.node.kubernetes.io/custom-zwave", operator: In, values: ["true"]}
|
- {
|
||||||
|
key: "feature.node.kubernetes.io/custom-zwave",
|
||||||
|
operator: In,
|
||||||
|
values: ["true"],
|
||||||
|
}
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
Reference in New Issue
Block a user