restructure: move excalidraw into apps namespace folder

This commit is contained in:
2026-05-17 22:28:55 +00:00
parent 34f3ca989e
commit 6c951c9420
@@ -0,0 +1,27 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: excalidraw
namespace: apps
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