Files
helm-charts/affine/templates/service.yaml

14 lines
350 B
YAML

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