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