Added vscode development service with ports

This commit is contained in:
Khwezi
2026-04-16 10:43:05 +02:00
parent 19076cb46a
commit bfbda5ca2a

View File

@@ -108,3 +108,24 @@ spec:
port: 8080 port: 8080
targetPort: 8080 targetPort: 8080
nodePort: 32082 nodePort: 32082
---
apiVersion: v1
kind: Service
metadata:
name: vscode-dev-service
namespace: vscode
spec:
type: NodePort
selector:
app: vscode
ports:
- name: node-dev
protocol: TCP
port: 3000
targetPort: 3000
nodePort: 32083
- name: dotnet-dev
protocol: TCP
port: 5000
targetPort: 5000
nodePort: 32084