Skip to content
Merged
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
2 changes: 2 additions & 0 deletions example-configs/dev-local-with-tracing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ trinoClusterGroups:
trinoClusters:
- name: trino-s-1
endpoint: https://5.250.181.98:8443
externalEndpoint: https://5.250.181.98:8443
credentials: &common-credentials
username: admin
password: adminadmin
Expand All @@ -39,6 +40,7 @@ trinoClusterGroups:
trinoClusters:
- name: trino-m-1
endpoint: https://5.250.181.98:8443
externalEndpoint: https://5.250.181.98:8443
credentials: *common-credentials
trinoClusterGroupsIgnoreCert: true

Expand Down
1 change: 1 addition & 0 deletions example-configs/ha-redis-autoscaling-stackable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ trinoClusterGroups:
trinoClusters:
- name: trino-s-1
endpoint: https://trino-s-1-coordinator-default.default.svc.cluster.local:8443
externalEndpoint: https://trino-s-1-coordinator-default.default.svc.cluster.local:8443
credentials: &common-credentials
username: admin
password: adminadmin
Expand Down
1 change: 1 addition & 0 deletions example-configs/simple-single-trino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ trinoClusterGroups:
trinoClusters:
- name: trino-default-1
endpoint: https://5.250.181.98:8443 # FIXME
externalEndpoint: https://5.250.181.98:8443 # FIXME
credentials:
username: admin
password: adminadmin # FIXME
Expand Down
Loading