Files
auricom-home-cluster/kubernetes/cluster-0/apps/home-automation/zwavejs2mqtt/helm-release.yaml
feisar-bot c3b3d1d731 ⬆️ Update chart app-template to 1.1.3
| datasource | package      | from  | to    |
| ---------- | ------------ | ----- | ----- |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
2022-11-21 21:41:16 +00:00

103 lines
2.3 KiB
YAML

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: &app zwavejs2mqtt
namespace: default
spec:
interval: 15m
chart:
spec:
chart: app-template
version: 1.1.3
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
install:
createNamespace: true
remediation:
retries: 5
upgrade:
remediation:
retries: 5
dependsOn:
- name: node-feature-discovery
namespace: default
- name: emqx
namespace: default
values:
image:
repository: ghcr.io/zwave-js/zwave-js-ui
tag: 8.5.0
env:
TZ: "${TIMEZONE}"
service:
main:
ports:
http:
port: &port 8091
websocket:
enabled: true
port: 3000
serviceMonitor:
main:
enabled: true
probes:
liveness: &probes
enabled: true
custom: true
spec:
httpGet:
path: /health
port: *port
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
readiness: *probes
startup:
enabled: false
ingress:
main:
enabled: true
ingressClassName: "nginx"
annotations:
auth.home.arpa/enabled: "true"
hosts:
- host: &host "zwave.${SECRET_CLUSTER_DOMAIN}"
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- *host
securityContext:
privileged: true
persistence:
config:
enabled: true
existingClaim: zwavejs2mqtt-config
mountPath: /usr/src/app/store
usb:
enabled: true
type: hostPath
hostPath: /dev/serial/by-id/usb-0658_0200-if00
hostPathType: CharDevice
mountPath: /dev/ttyUSB0
resources:
requests:
cpu: 10m
memory: 100Mi
limits:
memory: 500Mi
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: feature.node.kubernetes.io/custom-zwave
operator: In
values:
- "true"