diff --git a/appflowy/service.yaml b/appflowy/service.yaml new file mode 100644 index 0000000..e68e396 --- /dev/null +++ b/appflowy/service.yaml @@ -0,0 +1,30 @@ +--- +apiVersion: v1 +kind: Service +metadata: + labels: + app: appflowy-gotrue + name: appflowy-gotrue + namespace: appflowy +spec: + ports: + - name: goetrue + port: 9999 + selector: + app: appflowy + type: ClusterIP +--- +apiVersion: v1 +kind: Service +metadata: + labels: + app: appflowy-cloud + name: appflowy-cloud + namespace: appflowy +spec: + ports: + - name: cloud + port: 8000 + selector: + app: appflowy + type: ClusterIP