Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions deploy/services/helm-charts/dss/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,12 @@ yugabyte:
clientToServer: true
insecure: false
provided: true

gflags:
master:
use_client_to_server_encryption: true
tserver:
use_client_to_server_encryption: true
ysql_hba_conf_csv: 'hostssl all all 0.0.0.0/0 cert'


1 change: 1 addition & 0 deletions deploy/services/tanka/yugabyte-auxiliary.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ local yugabyteLB(metadata, name, ip) =
--placement_region=%s
--placement_zone=%s
--use_private_ip=zone
--ysql_hba_conf_csv='hostssl all all 0.0.0.0/0 cert'
||| % [
std.join(",", metadata.yugabyte.masterAddresses),
metadata.yugabyte.tserver.rpc_bind_addresses,
Expand Down