helm icon indicating copy to clipboard operation
helm copied to clipboard

Mojaloop chart does not support ingress 0.22.* or later

Open mdebarros opened this issue 5 years ago • 0 comments

Mojaloop chart does not support ingress 0.22.* or later due to the rewrite rules no longer being backwards compatible.

Refer to the following -> https://kubernetes.github.io/ingress-nginx/examples/rewrite/#rewrite-target

Specifically the annotations on the values.yaml files need to be changed from nginx.ingress.kubernetes.io/rewrite-target: '/' to nginx.ingress.kubernetes.io/rewrite-target: '/$1'.

All values files will need to be updated to reflect this change.

mdebarros avatar Jun 10 '19 10:06 mdebarros