Files
lambda_local_runner/ctrl/k8s/kind-config.yaml
2026-05-13 15:21:37 -03:00

15 lines
340 B
YAML

kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
name: eth
nodes:
- role: control-plane
extraPortMappings:
- containerPort: 30050
hostPort: 8050
listenAddress: "0.0.0.0"
protocol: TCP
extraMounts:
- hostPath: /home/mariano/Documents
containerPath: /mnt/documents
readOnly: true