Setup a new game
- Deploy the game server using Gitlab pipelines to the "test" environment.
- Access the "game" menu item in the Backoffice.
- Use the "Create" new game button.
- Select the game server from the list or create it if missing using the "add" button.
- Introduce a unique name for this game server.
- Introduce the server address (*)
- Save
- Select the game client from the list or create it if missing using the "add" button (*).
- Introduce a unique name for this game client.
- Introduce the server address (*)
- Introduce a unique "context path". This is visible to the end user as part of the game's url, so it must be a simple name without any special charaters.
- The server path can be left empty.
- Fill in the rest of the form and save it.
Find the game server/client address.
- Access the cluster management system through the Backoffice (
Clustermenu item). - Identify the game server/client and open it.
- A series of item boxes will appear, select the
svc. - The address is composed from the
svcinformation as follows:http://<name>.<namespace>:8080(e.g.,http://example-be.examplestudio-game-servers-test:8080)