GluuFederation / cloud-native-edition

Cloud Native Edition repository
https://gluu.org/docs/gluu-server/latest/installation-guide/install-kubernetes/
Apache License 2.0
33 stars 25 forks source link

fix: istio gateway and ttl destination customization #630

Closed moabu closed 5 months ago

moabu commented 5 months ago

We'v2 customization to the helm charts need to be addressees:

This chart does not have the logic to use an external Istio gateway resource and by default is trying to bind to the default gluu-global-gtw. Please add the below snippet to the chart file:

{{- if .Values.global.istio.gateways }}
{{- with .Values.global.istio.gateways }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- else }}
  - {{ .Release.Name }}-global-gtw
{{- end }}