Closed scottchc1 closed 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
pausing pr for v3 change
replaced by #163
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
Chart.yaml
according to semver.[charts/gateway]
)values-production.yaml
apart fromvalues.yaml
, ensure that you implement the changes in both files