added deconz
This commit is contained in:
@@ -0,0 +1,40 @@
|
|||||||
|
---
|
||||||
|
kind: Pod
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: dconz
|
||||||
|
namespace: dconz
|
||||||
|
spec:
|
||||||
|
containers:
|
||||||
|
- name: dconz
|
||||||
|
image: marthoc/deconz
|
||||||
|
tty: true
|
||||||
|
stdin: true
|
||||||
|
command: ["/bin/sh"]
|
||||||
|
securityContext:
|
||||||
|
privileged: true
|
||||||
|
env:
|
||||||
|
- name: DECONZ_DEVICE
|
||||||
|
value: /dev/ttyACM0
|
||||||
|
volumeMounts:
|
||||||
|
- name: conbee
|
||||||
|
mountPath: /dev/ttyACM0
|
||||||
|
- name: dconzrc
|
||||||
|
mountPath: /root/.local/share/dresden-elektronik/deCONZ
|
||||||
|
- name: localtime
|
||||||
|
mountPath: /etc/localtime
|
||||||
|
readOnly: true
|
||||||
|
volumes:
|
||||||
|
- name: conbee
|
||||||
|
hostPath:
|
||||||
|
path: /dev/ttyACM0
|
||||||
|
- name: dconzrc
|
||||||
|
hostPath:
|
||||||
|
path: /home/luke/.local/share/dresden-elektronik/deCONZ
|
||||||
|
type: DirectoryOrCreate
|
||||||
|
- name: localtime
|
||||||
|
hostPath:
|
||||||
|
path: /etc/localtime
|
||||||
|
restartPolicy: Always
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/arch: arm64
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: dconz
|
||||||
@@ -27,7 +27,7 @@ spec:
|
|||||||
value: admin
|
value: admin
|
||||||
- name: PASSWORD
|
- name: PASSWORD
|
||||||
value: '#gentoo#'
|
value: '#gentoo#'
|
||||||
image: esphome/esphome:2025.10.5
|
image: esphome/esphome:2025.11.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
|
|||||||
Reference in New Issue
Block a user