refactor: removed unnecessary extraPortMappings in kind.yaml

This commit is contained in:
2024-04-25 13:53:44 +02:00
parent 1cb78c2aff
commit f81f1ec61b
-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