fix emailservice ports

This commit is contained in:
Abhilash Gnan 2019-05-04 14:33:35 +02:00
parent 086c87286b
commit 36a1278fb7

View file

@ -31,6 +31,9 @@ spec:
image: emailservice image: emailservice
ports: ports:
- containerPort: 8080 - containerPort: 8080
env:
- name: PORT
value: "8080"
readinessProbe: readinessProbe:
periodSeconds: 5 periodSeconds: 5
exec: exec: