Skip to content

Commit

Permalink
Remove NSQ lookupd port exposal. (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Sep 6, 2023
1 parent 9ca7d25 commit 8211082
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ The following ports are used statically on your host machine:
| 6443 | 0.0.0.0 | kube-apiserver of the kind cluster |
| 4443 | 0.0.0.0 | HTTPS ingress |
| 4150 | 0.0.0.0 | nsqd |
| 4161 | 0.0.0.0 | nsq-lookupd |
| 8080 | 0.0.0.0 | HTTP ingress |

## Known Limitations
Expand Down
3 changes: 0 additions & 3 deletions control-plane/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ nodes:
- containerPort: 4150
hostPort: 4150
listenAddress: 0.0.0.0
- containerPort: 4161
hostPort: 4161
listenAddress: 0.0.0.0
- containerPort: 50051
hostPort: 50051
listenAddress: 0.0.0.0
1 change: 0 additions & 1 deletion inventories/group_vars/control-plane/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
ingress_tcp_service_exposals:
"4150": "{{ metal_control_plane_namespace }}/nsqd:4150"
"4161": "{{ metal_control_plane_namespace }}/nsq-lookupd:4161"
"50051": "{{ metal_control_plane_namespace }}/metal-api:50051"
2 changes: 0 additions & 2 deletions inventories/group_vars/partition/metal_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ metal_core_nsqd_ca_cert: "{{ lookup('file', 'certs/ca.pem') }}"
metal_core_nsqd_client_cert: "{{ lookup('file', 'certs/nsq/client.crt') }}"

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

metal_core_log_level: debug

metal_core_consider_hosts_file_resolution: true

0 comments on commit 8211082

Please sign in to comment.