- Functional control plan
This commit is contained in:
19
k8s/dev/kind-minimal.yaml
Normal file
19
k8s/dev/kind-minimal.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
# Minimal Kind configuration for testing
|
||||
kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
name: eveai-test-cluster
|
||||
networking:
|
||||
apiServerAddress: "127.0.0.1"
|
||||
apiServerPort: 3000
|
||||
nodes:
|
||||
- role: control-plane
|
||||
kubeadmConfigPatches:
|
||||
- |
|
||||
kind: InitConfiguration
|
||||
nodeRegistration:
|
||||
kubeletExtraArgs:
|
||||
node-labels: "ingress-ready=true"
|
||||
extraPortMappings:
|
||||
- containerPort: 80
|
||||
hostPort: 3080
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user