stock2_argocd/base/projects/stock2/h5-deployment.yaml
william baae0e3f89 1
2024-06-14 02:14:35 +08:00

28 lines
629 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: stock2-web-h5
spec:
replicas: 1
selector:
matchLabels:
app: stock2-web-h5
template:
metadata:
labels:
app: stock2-web-h5
spec:
containers:
- name: stock2-web-h5
image: juyou.tencentcloudcr.com/juyoutech/stock2_web_h5:latest
ports:
- containerPort: 80
resources:
requests:
cpu: "0.125"
memory: "125Mi"
limits:
cpu: "0.25"
memory: "250Mi"
imagePullSecrets:
- name: juyou-docker-tcr-secret