restructure: move excalidraw under apps namespace folder

This commit is contained in:
2026-05-17 22:28:46 +00:00
parent daa900d61b
commit a4c11ba66f
+13
View File
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: excalidraw
namespace: apps
spec:
selector:
app: excalidraw
ports:
- protocol: TCP
port: 80
targetPort: 80
type: ClusterIP