first commit
This commit is contained in:
28
config/dev/k3d-dev.yaml
Normal file
28
config/dev/k3d-dev.yaml
Normal file
@ -0,0 +1,28 @@
|
||||
apiVersion: k3d.io/v1alpha3
|
||||
kind: Simple
|
||||
name: dev
|
||||
servers: 1
|
||||
agents: 1
|
||||
volumes:
|
||||
- volume: $PWD/resources/calico.yaml:/var/lib/rancher/k3s/server/manifests/calico.yaml
|
||||
- volume: $PWD/resources/ingress-nginx.yaml:/var/lib/rancher/k3s/server/manifests/ingress-nginx.yaml
|
||||
ports:
|
||||
- port: 8080:80
|
||||
nodeFilters:
|
||||
- loadbalancer
|
||||
registries: # define how registries should be created or used
|
||||
create: # creates a default registry to be used with the cluster; same as `--registry-create registry.localhost`
|
||||
name: dev-registry.localhost
|
||||
host: "0.0.0.0"
|
||||
hostPort: "5000"
|
||||
options:
|
||||
k3s:
|
||||
extraArgs:
|
||||
- arg : --flannel-backend=none
|
||||
nodeFilters:
|
||||
- server:*
|
||||
- arg : --disable=traefik
|
||||
nodeFilters:
|
||||
- server:*
|
||||
|
||||
|
Reference in New Issue
Block a user