Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
Add secure port for nats-tls
Browse files Browse the repository at this point in the history
Co-authored-by: Wayne Adams <[email protected]>
Co-authored-by: Michael Oleske <[email protected]>

[#172685517] **[Feature]** Metrics Discovery now requires nats-tls
  • Loading branch information
wayneadams committed May 28, 2020
1 parent 3fb3212 commit f4aab02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/isolation_segment/firewalls.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ resource "google_compute_firewall" "cf-isoseg-egress" {
"4003", # vxlan-policy-agent.policy_server.internal_listen_port
"4103", # silk-controller.listen_port
"4222", # nats.nats.port
"4224", # nats.tls.port
"4443", # capi.blobstore.tls.port
"8080", # capi.blobstore.port, file_server.diego.file_server.listen_addr (diego_brain instance group, PAS)
"8082", # reverse_log_proxy.egress.port
Expand Down

0 comments on commit f4aab02

Please sign in to comment.