Added vscode development service with ports #57

Merged
khwezi merged 1 commits from dev into main 2026-04-16 10:43:43 +02:00
Showing only changes of commit bfbda5ca2a - Show all commits

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