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:
- image: tobru/ioteer:latest
name: ioteer
command:
- python
- lgt92.py
envFrom:
- secretRef:
name: ioteer-dragino
- secretRef:
name: ioteer-dragino
ports:
- containerPort: 8080
protocol: TCP
- containerPort: 8080
protocol: TCP
imagePullPolicy: Always