-
Notifications
You must be signed in to change notification settings - Fork 5
/
kind-config.yaml
28 lines (28 loc) · 987 Bytes
/
kind-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
- role: worker
extraMounts:
- hostPath: /home/hankdoupe/compute-studio/redis-queue-data
containerPath: /redis-queue-data
- hostPath: /home/hankdoupe/compute-studio/workers-db-data
containerPath: /workers-db-data
- hostPath: /home/hankdoupe/compute-studio/workers/cs_workers
containerPath: /home/cs_workers
- role: worker
- role: worker
extraMounts:
- hostPath: /home/hankdoupe/compute-studio
containerPath: /code
- hostPath: /home/hankdoupe/compute-studio/db-data
containerPath: /db-data
# extraPortMappings:
# - containerPort: 8000
# hostPort: 8000
# # optional: set the bind address on the host
# # 0.0.0.0 is the current default
# listenAddress: "127.0.0.1"
# # optional: set the protocol to one of TCP, UDP, SCTP.
# # TCP is the default
# protocol: TCP