restructure: move excalidraw into apps namespace folder

This commit is contained in:
2026-05-17 22:28:55 +00:00
parent 6c951c9420
commit 5788ebd360
+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