refactor: removed unnecessary extraPortMappings in kind.yaml #2

Merged
argoyle merged 1 commits from remove-extra-port-mappings into main 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