rel: Release 2.0.4 (#1571)

This commit is contained in:
澄潭
2024-12-06 13:52:03 +08:00
committed by GitHub
parent 8f660211e3
commit 85c7b1f501
10 changed files with 11 additions and 37 deletions

View File

@@ -9,7 +9,6 @@ spec:
type: {{ .Values.controller.service.type }}
ports:
{{- toYaml .Values.controller.ports | nindent 4 }}
{{- if not .Values.global.enableHigressIstio }}
- port: 15010
name: grpc-xds # plaintext
protocol: TCP
@@ -23,6 +22,5 @@ spec:
- port: 15014
name: http-monitoring # prometheus stats
protocol: TCP
{{- end }}
selector:
{{- include "controller.selectorLabels" . | nindent 4 }}