feat: add code-server deployment, service, and PVC configurations

This commit is contained in:
2025-04-15 08:19:45 +05:30
parent c5301632d1
commit be358a6562
3 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
apiVersion: v1
kind: Service
metadata:
name: code-server-service
namespace: default
spec:
selector:
app: code-server
type: NodePort
ports:
- port: 8443
targetPort: 8443
nodePort: 8443
protocol: TCP