Fix ip for hub since we moved it.
This commit is contained in:
parent
8b1a7f8589
commit
f6dc4b9982
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ kernel_shmmax: 68719476736
|
|||
#
|
||||
# Only allow postgresql access from the frontend node.
|
||||
#
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.131.61 --dport 5432 -j ACCEPT' ]
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.124.138 --dport 5432 -j ACCEPT' ]
|
||||
|
||||
#
|
||||
# Large updates pushes cause lots of db threads doing the tag moves, so up this from default.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue