Clarify usage of external URLs for Docker and Runner Management

This commit is contained in:
Sebastian Serth
2022-07-08 10:13:24 +02:00
parent ecf9726880
commit ddd2de5b66
2 changed files with 11 additions and 34 deletions

View File

@ -40,10 +40,10 @@ default: &default
enabled: false
# The strategy to use. Possible values are: poseidon, docker_container_pool
strategy: poseidon
# The root URL of the runner management to use
# The root URL of the runner management to use (include any API prefix if required)
# If a hostname is specified and the target host is reachable via IPv6, the WebSocket
# connection might not use the IPv6-to-IPv4 fallback but rather fail unexpectedly.
url: https://runners.example.org
url: https://runners.example.org/api/v1
# The root certificate authority to trust for TLS connections to the runner management (Poseidon only)
ca_file: /example/certificates/ca.crt
# The authorization token for connections to the runner management (Poseidon only)