Browse Source

Merge pull request #8004 from abutcher/infra-elb-80

Forward infra elb port 80 to instance port 80.
OpenShift Merge Robot 7 years ago
parent
commit
5576bfa472
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/openshift_aws/defaults/main.yml

+ 1 - 1
roles/openshift_aws/defaults/main.yml

@@ -108,7 +108,7 @@ openshift_aws_elb_dict:
       - protocol: tcp
         load_balancer_port: 80
         instance_protocol: tcp
-        instance_port: 443
+        instance_port: 80
         proxy_protocol: True
       - protocol: tcp
         load_balancer_port: 443