Skip to content

Commit

Permalink
Item: hitachienergy#410 Desc: Add new ports to haproxy exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
erzetpe committed Aug 5, 2019
1 parent 39bb4c0 commit 5b74cc6
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,16 @@ specification:
os_type: linux
security:
rules:
- name: ssh
description: Allow ssh traffic
priority: 101
direction: Inbound
access: Allow
protocol: Tcp
source_port_range: "*"
destination_port_range: "22"
source_address_prefix: "0.0.0.0/0"
destination_address_prefix: "0.0.0.0/0"
- name: node_exporter
description: Allow node_exporter traffic
priority: 302
Expand All @@ -108,6 +118,16 @@ specification:
destination_port_range: "9101"
source_address_prefix: "10.1.0.0/20"
destination_address_prefix: "0.0.0.0/0"
- name: out
description: Allow out
priority: 101
direction: Egress
access: Allow
protocol: "all"
source_port_range: "*"
destination_port_range: "0"
source_address_prefix: "0.0.0.0/0"
destination_address_prefix: "0.0.0.0/0"
---
kind: infrastructure/virtual-machine
version: 0.3.0
Expand Down

0 comments on commit 5b74cc6

Please sign in to comment.