diff --git a/qa/scripts/utilCluster.sh b/qa/scripts/utilCluster.sh index 58745c8f6..9834f6697 100755 --- a/qa/scripts/utilCluster.sh +++ b/qa/scripts/utilCluster.sh @@ -93,9 +93,6 @@ max-map-count=900000 long-query-time = "10s" -[postgres] - bind = "localhost:55432" - [cluster] name = "${DEPLOYED_CLUSTER_PREFIX}" replicas = ${DEPLOYED_CLUSTER_REPLICA_COUNT} @@ -151,9 +148,6 @@ max-map-count=900000 long-query-time = "10s" -[postgres] - bind = "localhost:55432" - [cluster] name = "${DEPLOYED_CLUSTER_PREFIX}" replicas = ${DEPLOYED_CLUSTER_REPLICA_COUNT} @@ -637,4 +631,4 @@ setupConsumerNode(){ ssh -A -i ~/.ssh/gitlab-featurebase-ci.pem -o StrictHostKeyChecking=no ec2-user@${IP} "chmod ugo+x /home/ec2-user/${KAFKA_STATIC}" ssh -A -i ~/.ssh/gitlab-featurebase-ci.pem -o StrictHostKeyChecking=no ec2-user@${IP} "sudo yum install jq htop tmux nc -y" setupDatadog $IP "ingest" $BRANCH_NAME -} \ No newline at end of file +}