зеркало из https://github.com/Azure/orkestra.git
14 строки
413 B
YAML
14 строки
413 B
YAML
|
kind: Cluster
|
||
|
apiVersion: kind.x-k8s.io/v1alpha4
|
||
|
nodes:
|
||
|
- role: control-plane
|
||
|
# port forward 80 on the host to 80 on this node
|
||
|
extraPortMappings:
|
||
|
- containerPort: 30950
|
||
|
hostPort: 8080
|
||
|
# optional: set the bind address on the host
|
||
|
# 0.0.0.0 is the current default
|
||
|
listenAddress: "127.0.0.1"
|
||
|
# optional: set the protocol to one of TCP, UDP, SCTP.
|
||
|
# TCP is the default
|
||
|
protocol: TCP
|