AFFiNE/.github/helm/affine-cloud/templates/services.yaml
2023-06-29 04:13:35 +00:00

14 lines
404 B
YAML

apiVersion: v1
kind: Service
metadata:
name: { { include "affine-cloud.fullname" . } }
labels: { { - include "affine-cloud.labels" . | nindent 4 } }
spec:
type: '{{ .Values.affineCloud.service.type }}'
ports:
- name: http
protocol: TCP
port: { { .Values.affineCloud.service.port } }
targetPort: 3000
selector: { { - include "affine-cloud.selectorLabels" . | nindent 4 } }