File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
files/gitlab-config-template Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -2037,8 +2037,15 @@ external_url 'GENERATED_EXTERNAL_URL'
2037
2037
##! Environment variables for GitLab KAS
2038
2038
# gitlab_kas['env'] = {
2039
2039
# 'SSL_CERT_DIR' => "/opt/gitlab/embedded/ssl/certs/",
2040
- # # In a multi-node setup, this address MUST be reachable from other KAS instances. In a single-node setup, it can be on localhost for simplicity
2040
+ # # In a multi-node setup, this address MUST be reachable from other KAS instances. In a single-node setup,
2041
+ # # it can be on localhost for simplicity.
2042
+ # # Use OWN_PRIVATE_API_CIDR + OWN_PRIVATE_API_PORT (optional) + OWN_PRIVATE_API_SCHEME (optional) if you cannot
2043
+ # # specify a correct address for each KAS instance in OWN_PRIVATE_API_URL.
2041
2044
# 'OWN_PRIVATE_API_URL' => 'grpc://localhost:8155'
2045
+ # # 'OWN_PRIVATE_API_CIDR' => '10.0.0.0/8', # IPv4 example
2046
+ # # 'OWN_PRIVATE_API_CIDR' => '2001:db8:8a2e:370::7334/64', # IPv6 example
2047
+ # # 'OWN_PRIVATE_API_PORT' => '8155', # if not set, port from private_api_listen_address is used
2048
+ # # 'OWN_PRIVATE_API_SCHEME' => 'grpc', # use grpcs when using TLS on private API endpoint
2042
2049
# }
2043
2050
2044
2051
##! Error Reporting and Logging with Sentry
You can’t perform that action at this time.
0 commit comments