Compare commits

...

2 commits

Author SHA1 Message Date
8a57dfc0e0 appflowy/service.yaml hinzugefügt
Some checks failed
ci/woodpecker/push/yamllint Pipeline failed
2024-11-03 18:14:31 +01:00
d083f9313a appflowy/namespace.yaml hinzugefügt
Some checks failed
ci/woodpecker/push/yamllint Pipeline failed
2024-11-03 17:25:02 +01:00
2 changed files with 37 additions and 0 deletions

7
appflowy/namespace.yaml Normal file
View file

@ -0,0 +1,7 @@
---
apiVersion: v1
kind: Namespace
metadata:
labels:
app.kubernetes.io/instance: appflowy
name: appflowy

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