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.yaml

28 lines
514 B
YAML
Raw Normal View History

2020-04-30 18:33:03 +00:00
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
envFrom:
- secretRef:
name: ioteer-dragino
ports:
- containerPort: 8080
protocol: TCP