该仓库已于 2023-04-02 归档。您可以查看文件或克隆它,但不能推送、创建工单或合并请求。
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