Avoid duplicate port names
In case that is the reason ingresses are slow to react. Not sure at all.
This commit is contained in:
parent
adc0f6cf1e
commit
6a3b026c87
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- name: smtp
|
- name: smtp
|
||||||
containerPort: 1025
|
containerPort: 1025
|
||||||
- name: web
|
- name: mailhog-web
|
||||||
containerPort: 8025
|
containerPort: 8025
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue