mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 07:51:47 +03:00
14 lines
212 B
YAML
14 lines
212 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: affine-cloud
|
||
|
spec:
|
||
|
type: ClusterIP
|
||
|
selector:
|
||
|
app: affine-cloud
|
||
|
ports:
|
||
|
- name: affine-cloud
|
||
|
protocol: TCP
|
||
|
port: 3000
|
||
|
targetPort: 3000
|