aboutsummaryrefslogtreecommitdiff
path: root/configuration.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-12-25 21:32:23 +0100
committerAlex Auvolat <alex@adnab.me>2021-12-25 21:32:23 +0100
commit5dead9cf4c9bf088ec69aa5ecfeb7db524586635 (patch)
treebba81c6ea04106e3107cf501a35084cbd44fe953 /configuration.nix
parent5699d71c47118d530f48146ff2e80b59dab5ff48 (diff)
downloadnixcfg-5dead9cf4c9bf088ec69aa5ecfeb7db524586635.tar.gz
nixcfg-5dead9cf4c9bf088ec69aa5ecfeb7db524586635.zip
deploy yugabytedb
Diffstat (limited to 'configuration.nix')
-rw-r--r--configuration.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix
index 67b4ff5..98ae874 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -302,6 +302,12 @@ in
iptables -A VPN -p tcp --dport 3991 -j ACCEPT
iptables -A VPN -p tcp --dport 3992 -j ACCEPT
+ # Yugabyte DB
+ iptables -A VPN -p tcp --dport 5433 -j ACCEPT
+ iptables -A VPN -p tcp --dport 7000 -j ACCEPT
+ iptables -A VPN -p tcp --dport 7100 -j ACCEPT
+ iptables -A VPN -p tcp --dport 9100 -j ACCEPT
+
# Netdata monitoring
iptables -A VPN -p tcp --dport 19999 -j ACCEPT
'';