Browse Source

GCP firewall: nodes don't expose 80/443

Vadim Rutkovsky 6 years ago
parent
commit
b946393275
1 changed files with 0 additions and 2 deletions
  1. 0 2
      roles/openshift_gcp/defaults/main.yml

+ 0 - 2
roles/openshift_gcp/defaults/main.yml

@@ -143,8 +143,6 @@ openshift_gcp_firewall_rules:
     allowed:
       - ip_protocol: 'tcp'
         ports:
-          - '80'
-          - '443'
           - "{{ openshift_node_port_range }}"
       - ip_protocol: 'udp'
         ports: