ci script
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2024-01-25 14:31:06 +01:00
parent 1c19117170
commit cf4c3d9ed0
4 changed files with 61 additions and 3 deletions

View File

@ -0,0 +1,25 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: snmp-mqtt
namespace: homea
labels:
app: snmp-nmqtt
spec:
replicas: 1
selector:
matchLabels:
app: snmp-nmqtt
template:
metadata:
labels:
app: snmp-nmqtt
spec:
containers:
- name: snmp-nmqtt
image: %IMAGE%
envFrom:
- configMapRef:
name: snmp-mqtt-conf