tobru
/
gitops-tbrnt
Архівний
1
0
Форк 0
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-risinghf.yaml

32 рядки
599 B
YAML

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