dzmitry-lahoda

Results 432 comments of dzmitry-lahoda

can try https://stackoverflow.com/questions/54586137/how-do-i-combine-multiple-openapi-3-specification-files-together

it seems harder to expose redis public when it is sentinel as sentinel routs to internal master ip..

ok, made 1 replica and connected directly to master

> User "[email protected]" cannot get resource "podsecuritypolicies" in API group "policy" at the cluster scope could not get information about the resource Weird, you do not have even GET rights,...

i have game. it has 1000 different mini games. how can I make match parallel for these? just asking if above proposal will help me, or other alternative already existing.

hm, may that is possible, so need to check https://github.com/googleforgames/open-match/blob/6f46731b156f5ada463b309e0a35774b11255323/install/helm/open-match/Chart.yaml#L23 https://github.com/googleforgames/open-match/blob/2e03c1a1976fa1ed7dce29c55b426645e2cf20ac/install/helm/open-match/values.yaml#L108

will post here about success of my try

default config ```yaml redis: sentinelPort: sentinelMaster: sentinelHostname: sentinelUsePassword: hostname: aom-redis-stage.redis.cache.windows.net port: 6379 usePassword: true passwordPath: /opt/bitnami/redis/secrets/redis-password pool: maxIdle: 200 maxActive: 0 idleTimeout: 0 healthCheckTimeout: 300ms ``` deploy az redis with...

it worked well, nodes connected. also i have installed from yaml, so made redis replica to 0, so still having redis noise in yaml, need to clear up or generate...

https://github.com/googleforgames/open-match/blob/6f46731b156f5ada463b309e0a35774b11255323/internal/app/backend/backend_service.go#L294 It seems on this call need to put non open api compatible `broken` jsons into response. HTTP2 stream of some format. I suppose serialize each match body into stream....