Skip to content

Commit

Permalink
Delete unused ports on client-daemonset (hashicorp#737)
Browse files Browse the repository at this point in the history
The client does not need to expose a server-RPC port or a serfwan port
since it doesn't participate in wan gossip or serve server RPCs.
  • Loading branch information
ndhanushkodi authored Dec 11, 2020
1 parent abedb03 commit 5e6172c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions templates/client-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,6 @@ spec:
{{- end }}
protocol: "UDP"
name: serflan-udp
- containerPort: 8302
name: serfwan
- containerPort: 8300
name: server
- containerPort: 8600
name: dns-tcp
protocol: "TCP"
Expand Down

0 comments on commit 5e6172c

Please sign in to comment.