diff options
author | Alex Auvolat <alex@adnab.me> | 2022-12-02 12:14:55 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-12-02 12:14:55 +0100 |
commit | 1e32bebd3869b0e544dca905bb23b67dd4b54037 (patch) | |
tree | bfb1514d39098f284495d84be5462ef854f8e2f8 | |
parent | a1a2a837275afc546713852164ff9b29aab13881 (diff) | |
download | nixcfg-1e32bebd3869b0e544dca905bb23b67dd4b54037.tar.gz nixcfg-1e32bebd3869b0e544dca905bb23b67dd4b54037.zip |
Document used port numbers
-rw-r--r-- | doc/ports | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/doc/ports b/doc/ports new file mode 100644 index 0000000..17fd3d0 --- /dev/null +++ b/doc/ports @@ -0,0 +1,49 @@ +PORT NUMBERS USED OR RESERVED FOR USE ON DEUXFLEURS CLUSTERS + +Since we don't use Nomad's automatic port assignation (all ports are static +and most jobs use network_mode = "host"), here is a list of used/reserved +ports so that we can avoid conflicts when adding services. + +22 sshd +24 dovecot lmtp +25 postfix smtp +53 unbound +80 tricot +143 dovecot imap +389 bottin +443 tricot +465 postfix smtps +587 postfix submission +993 dovecot imaps +1337 dovecot zauthoentication +1728 nix-serve +3719 grafana +3900 garage S3 (prod) +3901 garage RPC (prod) +3902 garage web (prod) +3903 garage admin (prod) +3904 garage k2v (prod) +3909 garage admin (staging) +3990 garage S3 (staging) +3991 garage rpc (staging) +3992 garage web (staging) +3993 garage k2v (staging) +4317 jaeger +4318 jaeger +4646 nomad +4647 nomad +4648 nomad +5432 psql_proxy +5433 postgresql +8008 synapse +8080 jitsi video bridge (prod) / reserved (staging) +8300 consul +8301 consul +8302 consul +8501 consul +8503 consul +8600 consul +8999 opendkim +9090 prometheus +9100 node_exporter +9991 guichet |