feat: Use istio to provide Gateway API support (#543)

This commit is contained in:
Kent Dong
2023-09-20 02:20:20 -05:00
committed by GitHub
parent dc54c581f3
commit a2078711f5
4 changed files with 12 additions and 1 deletions

View File

@@ -24,7 +24,7 @@
configSources:
- address: "xds://127.0.0.1:15051"
{{- if .Values.global.enableIstioAPI }}
{{- if or .Values.global.enableIstioAPI .Values.global.enableGatewayAPI }}
- address: "k8s://"
{{- end }}