Update kubernetes-templates/vscode.yml

This commit is contained in:
2026-04-16 15:49:57 +02:00
parent 7ef0771305
commit c8ea8abe85

View File

@@ -127,7 +127,7 @@ spec:
protocol: TCP protocol: TCP
port: 8080 port: 8080
targetPort: 8080 targetPort: 8080
nodePort: 32082 nodePort: 33000
--- ---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
@@ -143,9 +143,9 @@ spec:
protocol: TCP protocol: TCP
port: 3000 port: 3000
targetPort: 3000 targetPort: 3000
nodePort: 32083 nodePort: 33001
- name: dotnet-dev - name: dotnet-dev
protocol: TCP protocol: TCP
port: 5000 port: 5000
targetPort: 5000 targetPort: 5000
nodePort: 32084 nodePort: 33002