robsonpeixoto commented on PR #93:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/93#issuecomment-1474533148
This solution is amazing! Thanks a lot =D
But add this feature in annotation os very useful, for example:
```
ingress:
template: "/{{namespace}}/{{name}}(/|$)(.*)"
className: "nginx"
annotations:
nginx.ingress.kubernetes.io/rewrite-target: "/$2"
nginx.ingress.kubernetes.io/enable-rewrite-log: "true"
nginx.ingress.kubernetes.io/configuration-snippet: |
if ($uri = "/{{namespace}}/{{name}}") {rewrite .*
$1/{{namespace}}/{{name}}/ permanent;}
```
WDYT?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]