diff options
Diffstat (limited to 'cluster')
| -rw-r--r-- | cluster/kind-config.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/cluster/kind-config.yaml b/cluster/kind-config.yaml new file mode 100644 index 0000000..c0306ce --- /dev/null +++ b/cluster/kind-config.yaml | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | kind: Cluster | ||
| 2 | apiVersion: kind.x-k8s.io/v1alpha4 | ||
| 3 | name: llm-local | ||
| 4 | nodes: | ||
| 5 | - role: control-plane | ||
| 6 | image: kindest/node:v1.35.0@sha256:452d707d4862f52530247495d180205e029056831160e22870e37e3f6c1ac31f | ||
| 7 | kubeadmConfigPatches: | ||
| 8 | - | | ||
| 9 | kind: InitConfiguration | ||
| 10 | nodeRegistration: | ||
| 11 | kubeletExtraArgs: | ||
| 12 | node-labels: "ingress-ready=true" | ||
| 13 | extraPortMappings: | ||
| 14 | - containerPort: 80 | ||
| 15 | hostPort: 8080 | ||
| 16 | protocol: TCP | ||
| 17 | - containerPort: 443 | ||
| 18 | hostPort: 8443 | ||
| 19 | protocol: TCP | ||
| 20 | - role: worker | ||
| 21 | image: kindest/node:v1.35.0@sha256:452d707d4862f52530247495d180205e029056831160e22870e37e3f6c1ac31f | ||
