From 8a57dfc0e00f751d01740597fe40318b0e68ef25 Mon Sep 17 00:00:00 2001 From: sebleh Date: Sun, 3 Nov 2024 18:14:31 +0100 Subject: [PATCH] =?UTF-8?q?appflowy/service.yaml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appflowy/service.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 appflowy/service.yaml 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