add ingress, pvc, secrets, svc, and deployment for code-server
All checks were successful
Validate Kubernetes Manifests / kubeconform (pull_request) Successful in 14s

This commit is contained in:
2025-12-28 07:54:12 +05:30
parent 2b465a8998
commit 79fea80fd2
5 changed files with 118 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
apiVersion: v1
kind: Service
metadata:
name: code-server-service
namespace: tools
spec:
selector:
app: code-server
ports:
- port: 8448
targetPort: 8443
protocol: TCP