add the argo port
This commit is contained in:
parent
d63ac07da1
commit
e5fe5dab6e
1 changed files with 20 additions and 0 deletions
20
kind-config.yaml
Normal file
20
kind-config.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
kind: Cluster
|
||||||
|
apiVersion: kind.x-k8s.io/v1alpha4
|
||||||
|
nodes:
|
||||||
|
- role: control-plane
|
||||||
|
kubeadmConfigPatches:
|
||||||
|
- |
|
||||||
|
kind: InitConfiguration
|
||||||
|
nodeRegistration:
|
||||||
|
kubeletExtraArgs:
|
||||||
|
node-labels: "ingress-ready=true"
|
||||||
|
extraPortMappings:
|
||||||
|
- containerPort: 30000
|
||||||
|
hostPort: 30000
|
||||||
|
protocol: TCP
|
||||||
|
- containerPort: 30001
|
||||||
|
hostPort: 30001
|
||||||
|
protocol: TCP
|
||||||
|
- containerPort: 30002
|
||||||
|
hostPort: 30002
|
||||||
|
protocol: TCP
|
||||||
Loading…
Add table
Add a link
Reference in a new issue