Skip to content

Commit

Permalink
[helm][aptos-node] open up port 80
Browse files Browse the repository at this point in the history
  • Loading branch information
rustielin committed May 13, 2022
1 parent 992073a commit 8a45f13
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion terraform/helm/aptos-node/templates/validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,13 @@ spec:
- ports:
- protocol: TCP
port: 6180
# Aptos telemetry
- ports:
- protocol: TCP
port: 80
# DNS
- to:
- namespaceSelector: {}
ports:
- protocol: UDP
port: 53
port: 53

0 comments on commit 8a45f13

Please sign in to comment.