tobru
/
gitops-tbrnt
Arquivado
1
0
Derivar 0
Este repositório foi arquivado em 2023-04-02. Pode ver os ficheiros e cloná-lo, mas não pode fazer envios ou abrir questões/pedidos de integração.
gitops-tbrnt/ioteer/deployment-risinghf.yaml

32 linhas
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