añadido vscode

This commit is contained in:
2025-08-20 01:31:47 +02:00
parent 3bb0fdc23b
commit 9c1f0b975a
7 changed files with 263 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: vscode
namespace: vscode
spec:
type: ClusterIP
selector:
app: vscode
ports:
- port: 8080
targetPort: 8080