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 e03e66b7ac - Show all commits
+29
View File
@@ -0,0 +1,29 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: excalidraw
namespace: apps
labels:
app: excalidraw
spec:
replicas: 1
selector:
matchLabels:
app: excalidraw
template:
metadata:
labels:
app: excalidraw
spec:
containers:
- name: excalidraw
image: excalidraw/excalidraw:latest
ports:
- containerPort: 80
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
cpu: 500m
memory: 512Mi