restructure: organize excalidraw under namespace folder #60

Closed
gitea-admin wants to merge 6 commits from orion/auto/restructure-organize-excalidraw-under-na-1779056868033 into main
Showing only changes of commit c9a129df93 - Show all commits
@@ -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