initial
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-02-10 12:37:46 +01:00
commit 9951c1ced5
9 changed files with 259 additions and 0 deletions

View File

@ -0,0 +1,27 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: tsm-mqtt
namespace: homea
labels:
app: tsm-mqtt
annotations:
secret.reloader.stakater.com/reload: tsmsnmp-mqtt-conf
spec:
replicas: 1
selector:
matchLabels:
app: tsm-nmqtt
template:
metadata:
labels:
app: tsm-nmqtt
spec:
containers:
- name: tsm-nmqtt
image: %IMAGE%
envFrom:
- configMapRef:
name: tsm-mqtt-conf