ibadullaev-inc4
ibadullaev-inc4
same questions ``` [nariman@notebook chainscale]$ curl --data '{"jsonrpc": "2.0", "id": 1, "method":"eth_getLogs", "params": [{"address":["0x0de2669e8a7a6f6cc0cbd3cf2d1eead89e243208"],"fromBlock":"0x0","toBlock":"latest","topics":[["0xe15729a2f427aa4572dab35eb692c902fcbce57d41642013259c741380809ae2"],["0x0000000000000000000000000000000000000000000000000000000000000001"]]}]}' -H "Content-Type: application/json" -X POST http://127.0.0.1:8545 curl: (52) Empty reply from server ```
Hi, thank you for your response Upstream server is k8s pods ExternalName services? No we do not use ExternalName services ``` [nariman@notebook new-only-back]$ kubectl -n public get svc pn-backend -o...
Hi @brianehlert Than you for your previous response Is it not possible to add health check if I don't use Nginx Plus ? ``` Warning Rejected 28s nginx-ingress-controller VirtualServer public/pn-front-prod-arbitrum-nova-rpc...
Hello, Yes my deployment is configure with live and read probe Also as you mentioned passive health is automatically enabled by nginx virtual host template But I am faced this...
Hi, thank you for fast response If i forgot something please inform me. 1) We installed our nginx via helm chart ``` [nariman@notebook ~]$ helm ls -n nginx NAME NAMESPACE...
Hi all, Thanks for your previous responses Do I need to provide anything else ? Some manifests I added in the first comments. As I mentioned earlier, nginx is trying...
Same issue. 1) Use helm_release to install CRDs 2) install kubernetes_manifest using that CRDs ``` Error: Failed to determine GroupVersionResource for manifest with kubernetes_manifest. no matches for kind "xxxx" in...
Same issue. 1) Use helm_release to install CRDs 2) install kubernetes_manifest using that CRDs ``` Error: Failed to determine GroupVersionResource for manifest with kubernetes_manifest. no matches for kind "xxxx" in...
Hello @pdabelf5 ``` before sending requests to the service, did the backend service deployment complete ? ``` When I say that we are restarting the service, I mean we are...
Hello @pdabelf5 I want to thank you for your support and quick response. ``` -enable-snippets=true ``` Yes, we forgot to enable this setting. Thank you for your attention. ``` Nginx...