diff --git a/deployments/excalidraw/excalidraw/service.yaml b/deployments/excalidraw/excalidraw/service.yaml new file mode 100644 index 0000000..b89a6bb --- /dev/null +++ b/deployments/excalidraw/excalidraw/service.yaml @@ -0,0 +1,15 @@ +apiVersion: v1 +kind: Service +metadata: + name: excalidraw + namespace: excalidraw + labels: + app: excalidraw +spec: + type: ClusterIP + ports: + - port: 80 + targetPort: 80 + protocol: TCP + selector: + app: excalidraw \ No newline at end of file