AFFiNE/.github/helm/affine-cloud/templates/services.yaml

14 lines
212 B
YAML
Raw Normal View History

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