Skip to content

Commit 8211082

Browse files
authored
Remove NSQ lookupd port exposal. (#142)
1 parent 9ca7d25 commit 8211082

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ The following ports are used statically on your host machine:
6767
| 6443 | 0.0.0.0 | kube-apiserver of the kind cluster |
6868
| 4443 | 0.0.0.0 | HTTPS ingress |
6969
| 4150 | 0.0.0.0 | nsqd |
70-
| 4161 | 0.0.0.0 | nsq-lookupd |
7170
| 8080 | 0.0.0.0 | HTTP ingress |
7271

7372
## Known Limitations

control-plane/kind.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ nodes:
1515
- containerPort: 4150
1616
hostPort: 4150
1717
listenAddress: 0.0.0.0
18-
- containerPort: 4161
19-
hostPort: 4161
20-
listenAddress: 0.0.0.0
2118
- containerPort: 50051
2219
hostPort: 50051
2320
listenAddress: 0.0.0.0
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
22
ingress_tcp_service_exposals:
33
"4150": "{{ metal_control_plane_namespace }}/nsqd:4150"
4-
"4161": "{{ metal_control_plane_namespace }}/nsq-lookupd:4161"
54
"50051": "{{ metal_control_plane_namespace }}/metal-api:50051"

inventories/group_vars/partition/metal_core.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ metal_core_nsqd_ca_cert: "{{ lookup('file', 'certs/ca.pem') }}"
55
metal_core_nsqd_client_cert: "{{ lookup('file', 'certs/nsq/client.crt') }}"
66

77
metal_core_rack_id: test-rack
8-
metal_core_nsq_lookupd_addr: "172.17.0.1.nip.io:4161"
98

109
metal_core_log_level: debug
1110

1211
metal_core_consider_hosts_file_resolution: true
13-

0 commit comments

Comments
 (0)