Fixed target port number to line up with vault's exposed port
This vault image listens on port 18200, the LB was pointing to the conventional 8200 port, so was causing problems with the LB functioning properly.
This commit is contained in:
parent
dc7c9c36bd
commit
dc759919a8
@ -48,7 +48,7 @@ services:
|
||||
protocol: tcp
|
||||
service: vault
|
||||
source_port: 8200
|
||||
target_port: 8200
|
||||
target_port: 18200
|
||||
- priority: 2
|
||||
protocol: tcp
|
||||
service: vault
|
||||
|
Loading…
x
Reference in New Issue
Block a user