2020-10-07 00:53:29 +00:00
|
|
|
kind: Cluster
|
|
|
|
apiVersion: kind.x-k8s.io/v1alpha4
|
|
|
|
nodes:
|
|
|
|
- role: control-plane
|
2020-10-13 21:09:13 +00:00
|
|
|
extraPortMappings:
|
|
|
|
- protocol: TCP
|
2020-10-22 21:53:40 +00:00
|
|
|
# This same port number is hardcoded in the integration test setup
|
|
|
|
# when creating a Service on a kind cluster. It is used to talk to
|
|
|
|
# the supervisor app.
|
2020-10-13 21:09:13 +00:00
|
|
|
containerPort: 31234
|
|
|
|
hostPort: 12345
|
|
|
|
listenAddress: 127.0.0.1
|
|
|
|
- protocol: TCP
|
2020-10-22 21:53:40 +00:00
|
|
|
# This same port number is hardcoded in the integration test setup
|
|
|
|
# when creating a Service on a kind cluster. It is used to talk to
|
|
|
|
# the Dex app.
|
2020-10-13 21:09:13 +00:00
|
|
|
containerPort: 31235
|
|
|
|
hostPort: 12346
|
|
|
|
listenAddress: 127.0.0.1
|