cicd: initial kubernetes infrastructure
This commit is contained in:
commit
601a0328b8
28 changed files with 1385 additions and 0 deletions
17
cluster-config.yml
Normal file
17
cluster-config.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
name: szymicluster
|
||||
nodes:
|
||||
- role: control-plane
|
||||
extraPortMappings:
|
||||
- containerPort: 80
|
||||
hostPort: 80
|
||||
- containerPort: 443
|
||||
hostPort: 443
|
||||
- containerPort: 2222
|
||||
hostPort: 2222
|
||||
extraMounts:
|
||||
- hostPath: /media/ssd
|
||||
containerPath: /media/ssd
|
||||
- hostPath: /var/run/docker.sock
|
||||
containerPath: /var/run/docker.sock
|
||||
Loading…
Add table
Add a link
Reference in a new issue