Files
auricom-home-cluster/kubernetes/cluster-0/apps/home-automation/zigbee2mqtt/helm-release.yaml
feisar-bot 68a6c4acea ⬆️ Update chart app-template to 1.2.0
| datasource | package      | from  | to    |
| ---------- | ------------ | ----- | ----- |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
2022-12-05 17:27:28 +00:00

88 lines
1.9 KiB
YAML

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: &app zigbee2mqtt
namespace: default
spec:
interval: 15m
chart:
spec:
chart: app-template
version: 1.2.0
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:
fullnameOverride: *app
image:
repository: koenkk/zigbee2mqtt
tag: 1.28.4
env:
TZ: "${TIMEZONE}"
ZIGBEE2MQTT_DATA: /data
service:
main:
ports:
http:
port: &port 8080
metrics:
enabled: true
port: 80
serviceMonitor:
main:
enabled: true
endpoints:
- port: metrics
scheme: http
path: /metrics
interval: 1m
scrapeTimeout: 10s
ingress:
main:
enabled: true
ingressClassName: "nginx"
annotations:
auth.home.arpa/enabled: "true"
hosts:
- host: &host "zigbee.${SECRET_CLUSTER_DOMAIN}"
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- *host
securityContext:
privileged: true
persistence:
config:
enabled: true
existingClaim: zigbee2mqtt-config
mountPath: "/data"
usb:
enabled: true
type: hostPath
hostPath: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
hostPathType: CharDevice
nodeSelector:
feature.node.kubernetes.io/custom-zigbee: "true"
resources:
requests:
memory: 100Mi
cpu: 100m
limits:
memory: 700Mi