CAAPIM / apim-charts

Helm Charts for Layer7 API Management components.
MIT License
12 stars 48 forks source link

[charts/gateway] Output ingress url #157

Closed scottchc1 closed 2 years ago

scottchc1 commented 2 years ago

Description of the change display ingress urls in helm output when ingress settings are enabled

Benefits show ingress urls directly from output

Drawbacks none

Applicable issues none

Additional information sample output:

You configured ingress

The Gateway is accessible on: cc663014gateway.apps.gke-cluster-01.apim.broadcom.net:443 (to service port 8443) cc663014gateway-management.apps.gke-cluster-01.apim.broadcom.net:443 (to service port 9443)

Checklist

Gazza7205 commented 2 years ago

The ingress configuration has changed in 3.0.0 to account for additional certs and routing rules.

You will need to iterate over .Values.ingress.rules vs. .Values.ingress.additionalHostnamesAndPorts

scottchc1 commented 2 years ago

pausing pr for v3 change

scottchc1 commented 2 years ago

replaced by #163