summaryrefslogtreecommitdiff
path: root/firewall.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'firewall.yaml')
-rw-r--r--firewall.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/firewall.yaml b/firewall.yaml
index 714a5775..7c863220 100644
--- a/firewall.yaml
+++ b/firewall.yaml
@@ -134,6 +134,16 @@
protocol: tcp
remote_ip_prefix: 0.0.0.0/0
+ - name: git-server security group -- allow incoming TCP on port 8080 for morph-cache-server tree & SHA1 queries
+ os_security_group_rule:
+ security_group: git-server
+ direction: ingress
+ port_range_min: 8080
+ port_range_max: 8080
+ ethertype: IPv4
+ protocol: tcp
+ remote_ip_prefix: 0.0.0.0/0
+
- name: git-server security group -- allow incoming TCP on port 9418 for git protocol
os_security_group_rule:
security_group: git-server