mirror of
https://github.com/alibaba/higress.git
synced 2026-05-24 12:47:27 +08:00
13 lines
333 B
YAML
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 }}
|