diff --git a/ioteer/deployment.yaml b/ioteer/deployment-dragino.yaml similarity index 72% rename from ioteer/deployment.yaml rename to ioteer/deployment-dragino.yaml index 35937b1..ce8e895 100644 --- a/ioteer/deployment.yaml +++ b/ioteer/deployment-dragino.yaml @@ -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 diff --git a/ioteer/secret.yaml b/ioteer/secret-dragino.yaml similarity index 100% rename from ioteer/secret.yaml rename to ioteer/secret-dragino.yaml