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:
|
||||
terminationGracePeriodSeconds: 5
|
||||
containers:
|
||||
- name: server
|
||||
- name: emailservice
|
||||
image: gcr.io/microservices-demo-app/emailservice
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
|
@ -24,7 +24,7 @@ spec:
|
|||
spec:
|
||||
terminationGracePeriodSeconds: 5
|
||||
containers:
|
||||
- name: server
|
||||
- name: recommendationservice
|
||||
image: gcr.io/microservices-demo-app/recommendationservice
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
|
@ -42,4 +42,4 @@ RUN apk add --no-cache libstdc++
|
|||
COPY . .
|
||||
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT [ "python", "email_server.py" ]
|
||||
ENTRYPOINT [ "python", "email_server.py" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue