Skip to content

Commit

Permalink
fix: set primary port on apps with multiple service ports
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Mar 13, 2024
1 parent bc42350 commit 99dd0ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ spec:
io.cilium/lb-ipam-ips: 192.168.42.123
ports:
http:
primary: true
port: *metricsPort
smtp:
port: *port
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ spec:
io.cilium/lb-ipam-ips: 192.168.42.127
ports:
http:
primary: true
port: 8686
journald:
port: 6000
Expand Down

0 comments on commit 99dd0ea

Please sign in to comment.