Add k8s manifests for ArgoCD

This commit is contained in:
2026-06-09 16:47:04 +02:00
parent a282a04ddc
commit 758aa70ad5
3 changed files with 104 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: datalab-lite
namespace: datalab-lite
spec:
selector:
app: datalab-lite
ports:
- port: 8000
targetPort: 8000
type: ClusterIP