AFFiNE/.github/helm/affine-cloud/templates/services.yaml
2023-06-27 21:00:41 +08:00

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