learn-helm/kind-config.yaml
Waylon S. Walker fddad41456 init
2024-09-23 10:06:32 -05:00

12 lines
282 B
YAML

# kind-config.yaml
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
extraPortMappings:
- containerPort: 30080
hostPort: 30080
protocol: TCP
extraMounts:
- hostPath: ./sqlite-data
containerPath: /sqlite-data