From b4c52bfebff070f013ec5e56ef36688039ea86f3 Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Sun, 17 May 2026 22:28:56 +0000 Subject: [PATCH] restructure: move excalidraw into apps namespace folder --- deployments/excalidraw/service.yaml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 deployments/excalidraw/service.yaml diff --git a/deployments/excalidraw/service.yaml b/deployments/excalidraw/service.yaml deleted file mode 100644 index fec9480..0000000 --- a/deployments/excalidraw/service.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: excalidraw - namespace: apps -spec: - selector: - app: excalidraw - ports: - - name: http - port: 80 - targetPort: 80 - type: ClusterIP \ No newline at end of file