From ad4aa44ae821db34daf0305ef38b3c65603ee5c0 Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Sun, 17 May 2026 16:07:45 +0000 Subject: [PATCH] feat: deploy Excalidraw whiteboard --- deployments/excalidraw/service.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 deployments/excalidraw/service.yaml diff --git a/deployments/excalidraw/service.yaml b/deployments/excalidraw/service.yaml new file mode 100644 index 0000000..fec9480 --- /dev/null +++ b/deployments/excalidraw/service.yaml @@ -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 \ No newline at end of file