add application_name to pgbouncer connectio string

This commit is contained in:
Grant Limberg 2018-12-10 12:26:20 -08:00
parent e23d95bf03
commit 0da2efa633
3 changed files with 10 additions and 2 deletions

View file

@ -5,4 +5,5 @@ CONTROLLERS=`kubectl get pods -o=name | grep controller | sed "s/^.\{4\}//"`
for c in ${CONTROLLERS[@]}
do
kubectl delete pod ${c}
sleep 30
done