Added vscode development service with ports
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user