diff options
author | Ben Sima <ben@bsima.me> | 2021-12-01 07:52:00 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-12-01 07:52:00 -0500 |
commit | 440cf7690a520a7c74e5125e5d94922f177e51c5 (patch) | |
tree | 1c225a9d99b8bd360bed7ae747667a8194ef8f0c /Biz/Cloud/Ports.nix | |
parent | 111ae9cdba0c37a7cc3746a66a33b66c23f057ff (diff) |
Run k3s, and provide bild.image
Diffstat (limited to 'Biz/Cloud/Ports.nix')
-rw-r--r-- | Biz/Cloud/Ports.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Biz/Cloud/Ports.nix b/Biz/Cloud/Ports.nix index ad5ddc9..4ba5d7e 100644 --- a/Biz/Cloud/Ports.nix +++ b/Biz/Cloud/Ports.nix @@ -13,6 +13,7 @@ https = 443; jellyfin = 8096; jupyter = 4000; + k3s = 6443; mpd = 6600; mpd-stream = 8097; murmur = 64738; |