mirror of
https://gitlab.com/itsulu-odoo/runboat.git
synced 2026-05-30 23:41:27 +00:00
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:
|
||||
- name: smtp
|
||||
containerPort: 1025
|
||||
- name: web
|
||||
- name: mailhog-web
|
||||
containerPort: 8025
|
||||
readinessProbe:
|
||||
tcpSocket:
|
||||
|
|
|
|||
Loading…
Reference in a new issue