appflowy/service.yaml hinzugefügt
Some checks failed
ci/woodpecker/push/yamllint Pipeline failed

This commit is contained in:
Sebastian Leheis 2024-11-03 18:14:31 +01:00
parent d083f9313a
commit 8a57dfc0e0

30
appflowy/service.yaml Normal file
View file

@ -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