This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/ioteer/deployment-dragino.yaml

32 řádky
591 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: ioteer-dragino
name: ioteer-dragino
namespace: ioteer
spec:
replicas: 1
selector:
matchLabels:
app: ioteer-dragino
strategy: {}
template:
metadata:
labels:
app: ioteer-dragino
spec:
containers:
- image: tobru/ioteer:latest
name: ioteer
command:
- python
- lgt92.py
envFrom:
- secretRef:
name: ioteer-dragino
ports:
- containerPort: 8080
protocol: TCP
imagePullPolicy: Always