Changing the URL from localhost #281
-
How can I change the default url from localhost ("ping server address: http://localhost:9000/echo")? I'd like to put the workers behind ingress. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You could try to hack some params in the config file (configs/config.yaml). I think here is this param: cloud-game/configs/config.yaml Lines 36 to 37 in 3f1d6b0 And here is some additional info that could be useful #260 (comment). |
Beta Was this translation helpful? Give feedback.
You could try to hack some params in the config file (configs/config.yaml). I think here is this param:
cloud-game/configs/config.yaml
Lines 36 to 37 in 3f1d6b0
And here is some additional info that could be useful #260 (comment).
Also, if you are trying to run it on a k8s cluster, we haven't tested it specifically for that but we have it in the future plans. So it may or may not work without some code changes.