tobru
/
gitops-tbrnt
Arşivlenmiş
1
0
Çatalla 0
Bu depo 2023-04-02 tarihinde arşivlendi. Dosyaları görüntüleyebilir ve klonlayabilirsiniz ama işleme gönderemez veya konu veya değişiklik isteği açamazsınız.
gitops-tbrnt/ioteer/deployment-risinghf.yaml

32 satır
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