restructure: move excalidraw into apps namespace folder #62

Closed
gitea-admin wants to merge 7 commits from orion/auto/restructure-move-excalidraw-into-apps-na-1779056934922 into main
Showing only changes of commit 5788ebd360 - Show all commits
+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