Compare commits

..

No commits in common. "13c44562031b9d0082c667b575ee0544fdabe95d" and "6cc44efbdbac1a78ee161d93348824076c39cb0c" have entirely different histories.

5 changed files with 0 additions and 75 deletions

View File

@ -1,21 +0,0 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: download-api
spec:
replicas: 1
selector:
matchLabels:
app: download-api
template:
metadata:
labels:
app: download-api
spec:
containers:
- name: download-api
image: juyou.tencentcloudcr.com/juyoutech/download_api:latest
ports:
- containerPort: 3000
imagePullSecrets:
- name: juyou-docker-tcr-secret

View File

@ -1,11 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: download-api-service
spec:
ports:
- port: 80
targetPort: 3000
name: download-api
selector:
app: download-api

View File

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

View File

@ -1,11 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: download-web-h5-service
spec:
ports:
- port: 80
targetPort: 80
name: download-web-h5
selector:
app: download-web-h5

View File

@ -7,10 +7,6 @@ resources:
- api2-service.yaml - api2-service.yaml
- market-endpoints.yaml - market-endpoints.yaml
- market-service.yaml - market-service.yaml
- download-deployment.yaml
- download-service.yaml
- download-api-deployment.yaml
- download-api-service.yaml
- ../base/projects/stock2 - ../base/projects/stock2
- ../base/redis - ../base/redis
- ../base/redis-nodeport - ../base/redis-nodeport