diff --git a/kind.yaml b/kind.yaml index 05402e1..e709092 100644 --- a/kind.yaml +++ b/kind.yaml @@ -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