Merge branch 'remove-extra-port-mappings' into 'main'

refactor: removed unnecessary extraPortMappings in kind.yaml

See merge request unboundsoftware/local-k8s!1
This commit was merged in pull request #2.
This commit is contained in:
2024-04-25 11:55:15 +00:00
-19
View File
@@ -14,25 +14,6 @@ nodes:
apiServer:
extraArgs:
service-node-port-range: 3000-39999
extraPortMappings:
- containerPort: 80
hostPort: 80
protocol: TCP
- containerPort: 443
hostPort: 443
protocol: TCP
- containerPort: 5672
hostPort: 5672
protocol: TCP
- containerPort: 15672
hostPort: 15672
protocol: TCP
- containerPort: 3306
hostPort: 3306
protocol: TCP
- containerPort: 5432
hostPort: 5432
protocol: TCP
extraMounts:
- hostPath: ./data
containerPath: /data