Skip to content

Commit 28079c5

Browse files
committed
feat: remove ingress-nginx exposed ports
Signed-off-by: Benjamin Ritter <benjamin.ritter@x-cellent.com>
1 parent 4504303 commit 28079c5

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

control-plane/kind.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ nodes:
1313
hostPort: 4443
1414
- containerPort: 8080
1515
hostPort: 8080
16-
- containerPort: 4150
17-
hostPort: 4150
18-
- containerPort: 50051
19-
hostPort: 50051
2016
# if you want to run gardener operator + metal-stack, you need more pods
2117
kubeadmConfigPatches:
2218
- |
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
---
2-
ingress_tcp_service_exposals:
3-
"4150": "{{ metal_control_plane_namespace }}/nsqd:4150"
4-
"50051": "{{ metal_control_plane_namespace }}/metal-api:50051"
52
gateway_tcp_listeners:
63
nsq: 4150
74
metal-api-grpc: 50051

0 commit comments

Comments
 (0)