prepare for multidevice on ioteer

This commit is contained in:
Tobias Brunner 2020-05-02 14:46:09 +02:00
parent 6dc4cf6a29
commit ee01d7ae0e
2 changed files with 7 additions and 4 deletions

View file

@ -19,10 +19,13 @@ spec:
containers: containers:
- image: tobru/ioteer:latest - image: tobru/ioteer:latest
name: ioteer name: ioteer
command:
- python
- lgt92.py
envFrom: envFrom:
- secretRef: - secretRef:
name: ioteer-dragino name: ioteer-dragino
ports: ports:
- containerPort: 8080 - containerPort: 8080
protocol: TCP protocol: TCP
imagePullPolicy: Always imagePullPolicy: Always