restructure: move excalidraw under apps namespace folder #61

Closed
gitea-admin wants to merge 7 commits from orion/auto/restructure-move-excalidraw-under-apps-n-1779056925243 into main
Showing only changes of commit 9f2e7c4632 - Show all commits
-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