Remove whitelists for training and production environments
Remove setting of tls certificate in deployment files as it is set in values.yaml
Any other changes that would benefit highlighting?
Wrapping the ingress annotationnginx.ingress.kubernetes.io/whitelist-source-range in an if condition that checks the if whitelist is not empty is required because a nginx.ingress.kubernetes.io/whitelist-source-range annotation with an empty value will result ingress failing and returning a 503 for all requests.
Checklist
[ ] Provided JIRA ticket number in the title, e.g. "LGA-152: Sample title"
What does this pull request do?
Any other changes that would benefit highlighting?
Wrapping the ingress annotation
nginx.ingress.kubernetes.io/whitelist-source-range
in an if condition that checks the if whitelist is not empty is required because anginx.ingress.kubernetes.io/whitelist-source-range
annotation with an empty value will result ingress failing and returning a 503 for all requests.Checklist