Closed gvermeulen7205 closed 2 years ago
Description of the change
v2.0.4 ------ ports: - name: https internal: 8443 external: 8443 - name: management internal: 9443 external: 9443 v2.0.5 onwards ------ ports: - name: https port: 8443 targetPort: 8443 protocol: TCP - name: management port: 9443 targetPort: 9443 protocol: TCP
Checklist
Chart.yaml
[charts/gateway]
values-production.yaml
values.yaml
Description of the change
2.0.5 Updates to Gateway Service
Checklist
Chart.yaml
according to semver.[charts/gateway]
)values-production.yaml
apart fromvalues.yaml
, ensure that you implement the changes in both files