drop [postgres] config stanza

This might be breaking CI now that the postgres wire protocol support
has been dropped.
This commit is contained in:
Seebs 2022-09-02 10:57:06 -05:00 committed by seebs
parent 2052bb01d8
commit 790d1bf3dc

View file

@ -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
}
}