Skip to content
Snippets Groups Projects
Commit a57ed21f authored by benjamin.anthonio's avatar benjamin.anthonio
Browse files

update deploimenent

parent b0bf1edd
Branches
No related tags found
No related merge requests found
......@@ -92,20 +92,20 @@ spec:
apiVersion: apps/v1
kind: Deployment
metadata:
name: service-correction_qcm
name: service-correction-qcm
spec:
replicas: 1
selector:
matchLabels:
app: service-correction_qcm
app: service-correction-qcm
template:
metadata:
labels:
app: service-correction_qcm
app: service-correction-qcm
spec:
containers:
- name: service-correction_qcm
image: ben5577/qcm:service-correction_qcm
- name: service-correction-qcm
image: ben5577/qcm:service-correction-qcm
imagePullPolicy: Always
ports:
- containerPort: 8003
......@@ -113,10 +113,10 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: service-correction_qcm
name: service-correction-qcm
spec:
selector:
app: service-correction_qcm
app: service-correction-qcm
ports:
- port: 8003
targetPort: 8003
......@@ -126,20 +126,20 @@ spec:
apiVersion: apps/v1
kind: Deployment
metadata:
name: service-creation_qcm
name: service-creation-qcm
spec:
replicas: 1
selector:
matchLabels:
app: service-creation_qcm
app: service-creation-qcm
template:
metadata:
labels:
app: service-creation_qcm
app: service-creation-qcm
spec:
containers:
- name: service-creation_qcm
image: ben5577/qcm:service-creation_qcm
- name: service-creation-qcm
image: ben5577/qcm:service-creation-qcm
imagePullPolicy: Always
ports:
- containerPort: 8004
......@@ -147,10 +147,10 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: service-creation_qcm
name: service-creation-qcm
spec:
selector:
app: service-creation_qcm
app: service-creation-qcm
ports:
- port: 8004
targetPort: 8004
......@@ -160,20 +160,20 @@ spec:
apiVersion: apps/v1
kind: Deployment
metadata:
name: service-realise_qcm
name: service-realise-qcm
spec:
replicas: 1
selector:
matchLabels:
app: service-realise_qcm
app: service-realise-qcm
template:
metadata:
labels:
app: service-realise_qcm
app: service-realise-qcm
spec:
containers:
- name: service-realise_qcm
image: ben5577/qcm:service-realise_qcm
- name: service-realise-qcm
image: ben5577/qcm:service-realise-qcm
imagePullPolicy: Always
ports:
- containerPort: 8005
......@@ -181,10 +181,10 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: service-realise_qcm
name: service-realise-qcm
spec:
selector:
app: service-realise_qcm
app: service-realise-qcm
ports:
- port: 8005
targetPort: 8005
......@@ -194,20 +194,20 @@ spec:
apiVersion: apps/v1
kind: Deployment
metadata:
name: service-search_qcm
name: service-search-qcm
spec:
replicas: 1
selector:
matchLabels:
app: service-search_qcm
app: service-search-qcm
template:
metadata:
labels:
app: service-search_qcm
app: service-search-qcm
spec:
containers:
- name: service-search_qcm
image: ben5577/qcm:service-search_qcm
- name: service-search-qcm
image: ben5577/qcm:service-search-qcm
imagePullPolicy: Always
ports:
- containerPort: 8006
......@@ -215,10 +215,10 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: service-search_qcm
name: service-search-qcm
spec:
selector:
app: service-search_qcm
app: service-search-qcm
ports:
- port: 8006
targetPort: 8006
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment