Rename email and recommendation service
This commit is contained in:
parent
5ce7ec030a
commit
bbc78d6b95
3 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
terminationGracePeriodSeconds: 5
|
terminationGracePeriodSeconds: 5
|
||||||
containers:
|
containers:
|
||||||
- name: server
|
- name: emailservice
|
||||||
image: gcr.io/microservices-demo-app/emailservice
|
image: gcr.io/microservices-demo-app/emailservice
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
|
|
|
@ -24,7 +24,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
terminationGracePeriodSeconds: 5
|
terminationGracePeriodSeconds: 5
|
||||||
containers:
|
containers:
|
||||||
- name: server
|
- name: recommendationservice
|
||||||
image: gcr.io/microservices-demo-app/recommendationservice
|
image: gcr.io/microservices-demo-app/recommendationservice
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
|
|
|
@ -42,4 +42,4 @@ RUN apk add --no-cache libstdc++
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
ENTRYPOINT [ "python", "email_server.py" ]
|
ENTRYPOINT [ "python", "email_server.py" ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue