Ben

Results 7 comments of Ben

+1. We also need it, we are also shifting logs from stdout to ES.

We can, I've created a sidecar container that run "tail -F /opt/vespa/logs/vespa/vespa.log" But it don't think this should be a solution...

Hey. I'm not familiar with typescript so it will be great if you clone\fork the project and add typescript by yourself, it may help others :)

Is there a reason for not creating helm for both MongoDB and Redis?

@iamNoah1 okay, I tried to run it and got error: ` > [email protected] backend > cross-env NODE_ENV=production node api/server/index.js node:buffer:325 throw new ERR_INVALID_ARG_TYPE( ^ TypeError [ERR_INVALID_ARG_TYPE]: The first argument must...

+ add prometheus metric in case one or nodes are failing to converge

Hey In addition to changes that were made in this PR, cookie name wasn't accurate, code was looking for `B=` cookie while it has been changed to `A1S=`, so I...