fix emailservice ports
This commit is contained in:
parent
086c87286b
commit
36a1278fb7
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue