From dc759919a8c764f167a35f59cddf18220cadc20b Mon Sep 17 00:00:00 2001 From: MadOtis Date: Thu, 29 Mar 2018 12:42:39 -0700 Subject: [PATCH] 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. --- templates/vault/0/rancher-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/vault/0/rancher-compose.yml b/templates/vault/0/rancher-compose.yml index 83c84c0..0998ac2 100755 --- a/templates/vault/0/rancher-compose.yml +++ b/templates/vault/0/rancher-compose.yml @@ -48,7 +48,7 @@ services: protocol: tcp service: vault source_port: 8200 - target_port: 8200 + target_port: 18200 - priority: 2 protocol: tcp service: vault