Open rhys-evans opened 2 years ago
Hi, Thanks for this https://github.com/webhookrelay/webhookrelay-operator/pull/20 we will be busy testing it over the course of this week.
I do have a qq What was the logic around the GRPC being on non standard http ports ? IE not tcp/80, tcp/443
Sorry just curious.
Hi @rusenask, I would like to thank you for the very quick response to this. It does seem to have resolved the issue for us.
2022-11-10 09:49:05.496 INFO using websocket based transport...
3
2022-11-10 09:49:05.496 INFO authenticating to 'wss://my.webhookrelay.com:443/v1/socket'...
2
2022-11-10 09:49:05.496 INFO websocket reader process started...
1
2022-11-10 09:49:05.518 INFO subscribing to buckets: [my-webhooks]
I have a couple of points...
Hi, Thanks for this #20 we will be busy testing it over the course of this week.
I do have a qq What was the logic around the GRPC being on non standard http ports ? IE not tcp/80, tcp/443
Sorry just curious.
Mostly due to historical reasons, however we will probably switch to 443 for grpc too as the support has been available for quite some time on GCP GKE ingress and I haven't seen any issues with it.
Hi @rusenask, I would like to thank you for the very quick response to this. It does seem to have resolved the issue for us.
2022-11-10 09:49:05.496 INFO using websocket based transport... 3 2022-11-10 09:49:05.496 INFO authenticating to 'wss://my.webhookrelay.com:443/v1/socket'... 2 2022-11-10 09:49:05.496 INFO websocket reader process started... 1 2022-11-10 09:49:05.518 INFO subscribing to buckets: [my-webhooks]
I have a couple of points...
- The image in dockerhub is 'tatest', but the chart's values.yaml tags it at 0.5.1
- The Chart.yaml version numbers
Hi, the new chart has not been released yet. I will try to get the multiarch build on gh actions working later today :)
OK. If you are continuing to look, I have a trivial issue, which I can raise another ticket for it you would like....
apiVersion: forward.webhookrelay.com/v1
kind: WebhookRelayForward
metadata:
name: example-forward
spec:
resources:
limits:
cpu: 100m
memory: 4Gi
requests:
cpu: 100m
memory: 0.5Gi
Resource requests and limits are expressed in the CRD, but never make it into the deployment and pod. I could raise another request if you would like for this.
should be fixed both in the newest chart + image
Hi. I have rolled out this new version, it looks improved. I can see that the resource limits have been applied to the forwarder deployment.
Everything looks great.
Support the
WEBSOCKET_TRANSPORT=true
environment variable, documented here https://docs.webhookrelay.com/installation-options/containerized/dockerThis is to cover use cases where tcp/8080 (default GRPC port) is not allowed out of the client network
This lack of functionality is currently stopping us from deploying the solution.