This commit is contained in:
parent
d083f9313a
commit
8a57dfc0e0
1 changed files with 30 additions and 0 deletions
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