Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
8a57dfc0e0 | |||
d083f9313a |
2 changed files with 37 additions and 0 deletions
7
appflowy/namespace.yaml
Normal file
7
appflowy/namespace.yaml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/instance: appflowy
|
||||||
|
name: appflowy
|
30
appflowy/service.yaml
Normal file
30
appflowy/service.yaml
Normal 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
|
Loading…
Reference in a new issue