feat: deploy Excalidraw whiteboard

This commit is contained in:
2026-05-17 16:07:45 +00:00
parent e03e66b7ac
commit ad4aa44ae8
+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