Files
higress/helm/higress/templates/controller-service.yaml
2022-11-01 14:34:57 +08:00

13 lines
333 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "controller.name" . }}
labels:
{{- include "controller.labels" . | nindent 4 }}
spec:
type: {{ .Values.controller.service.type }}
ports:
{{- toYaml .Values.controller.ports | nindent 4 }}
selector:
{{- include "controller.selectorLabels" . | nindent 4 }}