restructure: organize excalidraw under namespace folder

This commit is contained in:
2026-05-17 22:27:48 +00:00
parent 50d8238f61
commit c9a129df93
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: excalidraw
namespace: excalidraw
labels:
app: excalidraw
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 80
protocol: TCP
selector:
app: excalidraw