diff --git a/kubernetes-templates/vscode.yml b/kubernetes-templates/vscode.yml index ba2935f..e7c8640 100644 --- a/kubernetes-templates/vscode.yml +++ b/kubernetes-templates/vscode.yml @@ -127,7 +127,7 @@ spec: protocol: TCP port: 8080 targetPort: 8080 - nodePort: 32082 + nodePort: 33000 --- apiVersion: v1 kind: Service @@ -143,9 +143,9 @@ spec: protocol: TCP port: 3000 targetPort: 3000 - nodePort: 32083 + nodePort: 33001 - name: dotnet-dev protocol: TCP port: 5000 targetPort: 5000 - nodePort: 32084 \ No newline at end of file + nodePort: 33002 \ No newline at end of file