mirror of
https://github.com/penpot/penpot-helm.git
synced 2024-12-22 05:32:59 -05:00
24 lines
457 B
YAML
24 lines
457 B
YAML
|
apiVersion: kind.x-k8s.io/v1alpha4
|
||
|
kind: Cluster
|
||
|
name: penpot-cluster
|
||
|
nodes:
|
||
|
- role: control-plane
|
||
|
kubeadmConfigPatches:
|
||
|
- |
|
||
|
kind: InitConfiguration
|
||
|
nodeRegistration:
|
||
|
kubeletExtraArgs:
|
||
|
node-labels: "ingress-ready=true"
|
||
|
extraPortMappings:
|
||
|
- containerPort: 80
|
||
|
hostPort: 80
|
||
|
protocol: TCP
|
||
|
- containerPort: 443
|
||
|
hostPort: 443
|
||
|
protocol: TCP
|
||
|
- role: worker
|
||
|
- role: worker
|
||
|
- role: worker
|
||
|
- role: worker
|
||
|
- role: worker
|