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:
MadOtis 2018-03-29 12:42:39 -07:00 committed by GitHub
parent dc7c9c36bd
commit dc759919a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ services:
protocol: tcp
service: vault
source_port: 8200
target_port: 8200
target_port: 18200
- priority: 2
protocol: tcp
service: vault