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 bb3ce2849a - Show all commits
-29
View File
@@ -1,29 +0,0 @@
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