This commit is contained in:
27
deployment/deploy-yml.tmpl
Normal file
27
deployment/deploy-yml.tmpl
Normal 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
|
||||
|
||||
|
Reference in New Issue
Block a user