wip
This commit is contained in:
parent
2e03f31a09
commit
9c83f862e0
16 changed files with 894 additions and 10 deletions
12
kind-config.yaml
Normal file
12
kind-config.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue