Skip to content

Commit 724bcae

Browse files
committed
TEST/MEDIUM: add ports 31081 and 31445
This will allow to deploy the examples in examples in a `test` namespace and do not overlap with the `dev-init` example.
1 parent 7c19de6 commit 724bcae

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

ci/kind/kind-config.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@ nodes:
99
extraPortMappings:
1010
- hostPort: 31080
1111
containerPort: 31080
12-
#listenAddress: "0.0.0.0" # Optional, defaults to "0.0.0.0"
13-
#protocol: udp # Optional, defaults to tcp
1412
- hostPort: 31443
1513
containerPort: 31443
1614
- hostPort: 31024
1715
containerPort: 31024
16+
- hostPort: 31081
17+
containerPort: 31081
18+
- hostPort: 31444
19+
containerPort: 31444
20+
1821
kubeadmConfigPatches:
1922
- |
2023
kind: ClusterConfiguration

example/deploy/hug-dev/controller.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,18 @@ spec:
9797
# nodePort is needed for NodePort service type
9898
nodePort: 31443
9999
protocol: TCP
100+
- name: http2
101+
port: 31081
102+
targetPort: 31081
103+
# nodePort is needed for NodePort service type
104+
nodePort: 31081
105+
protocol: TCP
106+
- name: https2
107+
port: 31444
108+
targetPort: 31444
109+
# nodePort is needed for NodePort service type
110+
nodePort: 31444
111+
protocol: TCP
100112
- name: stat
101113
port: 31024
102114
targetPort: 31024

0 commit comments

Comments
 (0)