add application_name to pgbouncer connectio string
This commit is contained in:
parent
e23d95bf03
commit
0da2efa633
3 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue