cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 4db075fecd58091c9f325cc2e344ba874e31b299
parent 620a0910d240b383cbfc9744579bc9a910dc56fe
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 17 Aug 2023 23:17:04 +0200

Fix port

Diffstat:
Mapps/base/forgejo/ssh-ingress.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/base/forgejo/ssh-ingress.yaml b/apps/base/forgejo/ssh-ingress.yaml @@ -11,4 +11,4 @@ spec: - match: HostSNI(`*`) services: - name: forgejo-ssh - port: 22 + port: 2222