ibm-apiconnect / charts

IBM API Connect Kubernetes Helm Charts
Apache License 2.0
2 stars 5 forks source link

gwd ingress #31

Open mishindm opened 5 years ago

mishindm commented 5 years ago

The gwd-ingress lacks the ingress.bluemix.net/ssl-services annotation and secretName parameters.

dmnewber commented 5 years ago

@mishindm Could you provide some more context?

mishindm commented 5 years ago

@dmnewber see diff between gateway-ingress (correct) and gwd-ingress.

rules: {{- range $host := .Values.ingress.gateway.hosts }}

annotation ingress.bluemix.net/ssl-services: ssl-service={{ template "dynamic-gateway-s ervice.fullname" . }}-ingress is missed.