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:
|
spec:
|
||||||
# renovate: registryUrl=https://k8s-at-home.com/charts/
|
# renovate: registryUrl=https://k8s-at-home.com/charts/
|
||||||
chart: zwavejs2mqtt
|
chart: zwavejs2mqtt
|
||||||
version: 3.5.0
|
version: 4.0.0
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: k8s-at-home-charts
|
name: k8s-at-home-charts
|
||||||
@@ -26,31 +26,34 @@ spec:
|
|||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
main:
|
||||||
annotations:
|
enabled: true
|
||||||
kubernetes.io/ingress.class: "nginx"
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/auth-url: "http://authelia.networking.svc.cluster.local/api/verify"
|
kubernetes.io/ingress.class: "nginx"
|
||||||
nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}/"
|
nginx.ingress.kubernetes.io/auth-url: "http://authelia.networking.svc.cluster.local/api/verify"
|
||||||
hosts:
|
nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}/"
|
||||||
- host: zwave.${SECRET_CLUSTER_DOMAIN}
|
hosts:
|
||||||
paths:
|
- host: zwave.${SECRET_CLUSTER_DOMAIN}
|
||||||
- path: /
|
paths:
|
||||||
pathType: Prefix
|
- path: /
|
||||||
tls:
|
pathType: Prefix
|
||||||
- hosts:
|
tls:
|
||||||
- zwave.${SECRET_CLUSTER_DOMAIN}
|
- hosts:
|
||||||
|
- zwave.${SECRET_CLUSTER_DOMAIN}
|
||||||
service:
|
service:
|
||||||
annotations:
|
main:
|
||||||
prometheus.io/probe: "true"
|
annotations:
|
||||||
prometheus.io/protocol: http
|
prometheus.io/probe: "true"
|
||||||
additionalVolumeMounts:
|
prometheus.io/protocol: http
|
||||||
- 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
|
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:
|
affinity:
|
||||||
nodeAffinity:
|
nodeAffinity:
|
||||||
requiredDuringSchedulingIgnoredDuringExecution:
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
@@ -61,8 +64,3 @@ spec:
|
|||||||
operator: In,
|
operator: In,
|
||||||
values: ["true"],
|
values: ["true"],
|
||||||
}
|
}
|
||||||
persistence:
|
|
||||||
config:
|
|
||||||
enabled: true
|
|
||||||
existingClaim: zwavejs2mqtt-config
|
|
||||||
mountPath: /usr/src/app/store
|
|
||||||
|
Reference in New Issue
Block a user