Julien Bouquillon
Julien Bouquillon
Ok thanks, i understand, you're perfectly right, separations of concerns is what makes grunt so flexible and powerful. So your url mapping proposal makes sense. We just need to setup...
@mattgoldspink : thanks for looking at this. We're making some tests in that direction with a different approach and will give you our results asap. From what i understand, all...
Thanks @dpetrov this works here too. you dont even have to use `onProxyReq`, headers will get forwarded by the proxy later on ```js server.use((req, res, next) => { if (req.path...
Hi, if anyone could try #258 that includes this PR and adds pushRoute support, would be nice. thanks.
this is cool but how would you handle responsive ?
in this case, kapp is used in a github action and apply some manifests produced with this : https://github.com/SocialGouv/kube-workflow/blob/27ea1ad20b75fe0b4d5f472fa7d650db8b584436/packages/workflow/src/deploy/index.js#L172-L179 i dont think there is some kapp-controller and yes, many kapp...
So here's the full diff for the deployment that fails ```diff 2, 2 metadata: 3, 3 annotations: 4, 4 deployment.kubernetes.io/revision: "1" 5 - field.cattle.io/publicEndpoints: '[{"addresses":["51.103.10.142"],"port":443,"protocol":"HTTPS","serviceName":"xxx-develop-91uqrt:app-strapi","ingressName":"xxx-develop-91uqrt:app-strapi","hostname":"xxx","path":"/","allNodes":false}]' 6, 5 kapp.k14s.io/change-group: kube-workflow/xxx-91uqrt 7,...
No its not the same logs, but i can see this on new fails too ``` 2 metadata: 3, 3 annotations: 4, 4 deployment.kubernetes.io/revision: "1" 5 - field.cattle.io/publicEndpoints: '[{"addresses":["51.103.10.142"],"port":443,"protocol":"HTTPS","serviceName":"env-xxx-1-5dc5hx:app-strapi","ingressName":"env-xxx-1-5dc5hx:app-strapi","hostname":"backoffice-env-xxx-1-5dc5hx.devr","path":"/","allNodes":false}]' 6,...
> Was the value of the label being used to identify the app (kubeworkflow/kapp) changed at some point? its possible that it changed at some point in the past yes,...
After trying to overwrite fields displayed in the diff (`initialDelaySeconds` and `cpu`) i end up with : ```diff Failed to update due to resource conflict (approved diff no longer matches):...