Rename email and recommendation service

This commit is contained in:
Chris Kleinknecht 2018-11-19 18:10:55 -08:00
parent 5ce7ec030a
commit bbc78d6b95
No known key found for this signature in database
GPG key ID: 860B7D4FF3B8AC6C
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ spec:
spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
- name: emailservice
image: gcr.io/microservices-demo-app/emailservice
ports:
- containerPort: 8080

View file

@ -24,7 +24,7 @@ spec:
spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
- name: recommendationservice
image: gcr.io/microservices-demo-app/recommendationservice
ports:
- containerPort: 8080

View file

@ -42,4 +42,4 @@ RUN apk add --no-cache libstdc++
COPY . .
EXPOSE 8080
ENTRYPOINT [ "python", "email_server.py" ]
ENTRYPOINT [ "python", "email_server.py" ]