From b24b4e066e32aa9be5617f409b3a01a358273cbb Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Thu, 16 Sep 2021 12:14:09 +0300 Subject: Add test PHP-GRPC server Signed-off-by: Valery Piashchynski --- tests/plugins/grpc/php_server/.rr.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/plugins/grpc/php_server/.rr.yaml (limited to 'tests/plugins/grpc/php_server/.rr.yaml') diff --git a/tests/plugins/grpc/php_server/.rr.yaml b/tests/plugins/grpc/php_server/.rr.yaml new file mode 100644 index 00000000..cc4a9300 --- /dev/null +++ b/tests/plugins/grpc/php_server/.rr.yaml @@ -0,0 +1,22 @@ +grpc: + listen: "tcp://:9001" + proto: "service.proto" + tls: + key: "server.key" + cert: "server.crt" + workers: + command: "php worker.php" + pool: + numWorkers: 4 + +metrics: + address: localhost:2112 + +limit: + interval: 1 + services: + grpc: + maxMemory: 100 + TTL: 0 + idleTTL: 0 + execTTL: 60 \ No newline at end of file -- cgit v1.2.3