forked from chanwit/minifk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfootloose.yaml
52 lines (52 loc) · 1.09 KB
/
footloose.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
cluster:
name: firekube
privateKey: cluster-key
machines:
- count: 1
spec:
backend: docker
ignite:
cpus: 2
diskSize: 10GB
kernel: chanwit/ignite-kernel:4.19.47
memory: 4GB
image: chanwit/minifk-master:1.15.9
name: master-%d
portMappings:
- containerPort: 22
hostPort: 2222
- containerPort: 6443
hostPort: 6443
- containerPort: 30443
hostPort: 30443
- containerPort: 30080
hostPort: 30080
privileged: true
volumes:
- destination: /var/lib/docker
source: minifk-0
type: volume
- count: 1
spec:
backend: docker
ignite:
cpus: 2
diskSize: 10GB
kernel: chanwit/ignite-kernel:4.19.47
memory: 4GB
image: chanwit/minifk-worker:1.15.9
name: worker-%d
portMappings:
- containerPort: 22
hostPort: 2222
- containerPort: 6443
hostPort: 6443
- containerPort: 30443
hostPort: 30443
- containerPort: 30080
hostPort: 30080
privileged: true
volumes:
- destination: /var/lib/docker
source: minifk-1
type: volume