This commit is contained in:
Waylon S. Walker 2024-09-23 10:06:32 -05:00
commit fddad41456
14 changed files with 576 additions and 0 deletions

12
kind-config.yaml Normal file
View file

@ -0,0 +1,12 @@
# 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