mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
chore(deps): update helm release zwavejs2mqtt to v4
Signed-off-by: Auricom <auricom@users.noreply.github.com>
This commit is contained in:
@@ -11,7 +11,7 @@ spec:
|
||||
spec:
|
||||
# renovate: registryUrl=https://k8s-at-home.com/charts/
|
||||
chart: zwavejs2mqtt
|
||||
version: 3.5.0
|
||||
version: 4.0.0
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: k8s-at-home-charts
|
||||
@@ -26,6 +26,7 @@ spec:
|
||||
securityContext:
|
||||
privileged: true
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: "nginx"
|
||||
@@ -40,17 +41,19 @@ spec:
|
||||
- hosts:
|
||||
- zwave.${SECRET_CLUSTER_DOMAIN}
|
||||
service:
|
||||
main:
|
||||
annotations:
|
||||
prometheus.io/probe: "true"
|
||||
prometheus.io/protocol: http
|
||||
additionalVolumeMounts:
|
||||
- name: usb
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
existingClaim: zwavejs2mqtt-config
|
||||
mountPath: /usr/src/app/store
|
||||
usb:
|
||||
enabled: true
|
||||
hostPath: /dev/serial/by-id/usb-0658_0200-if00
|
||||
mountPath: /dev/serial/by-id/usb-0658_0200-if00
|
||||
additionalVolumes:
|
||||
- name: usb
|
||||
hostPath:
|
||||
path: /dev/serial/by-id/usb-0658_0200-if00
|
||||
type: CharDevice
|
||||
affinity:
|
||||
nodeAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
@@ -61,8 +64,3 @@ spec:
|
||||
operator: In,
|
||||
values: ["true"],
|
||||
}
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
existingClaim: zwavejs2mqtt-config
|
||||
mountPath: /usr/src/app/store
|
||||
|
Reference in New Issue
Block a user