restructure: move excalidraw under apps namespace folder

This commit is contained in:
2026-05-17 22:28:46 +00:00
parent 433bb49235
commit 9f2e7c4632
-13
View File
@@ -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