feat: deploy Excalidraw whiteboard #53

Merged
gitea-admin merged 3 commits from orion/auto/feat-deploy-excalidraw-whiteboard-1779034065203 into main 2026-05-17 16:08:11 +00:00
Showing only changes of commit ad4aa44ae8 - Show all commits
+13
View File
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: excalidraw
namespace: apps
spec:
selector:
app: excalidraw
ports:
- name: http
port: 80
targetPort: 80
type: ClusterIP