From 1f08560ab00cf5753a74215c821f3c304894a3be Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Sat, 13 Jan 2024 18:00:54 +0100 Subject: [PATCH] fix deployment yml --- deployment/install-yml.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deployment/install-yml.tmpl b/deployment/install-yml.tmpl index f86c894..939a719 100644 --- a/deployment/install-yml.tmpl +++ b/deployment/install-yml.tmpl @@ -23,3 +23,7 @@ spec: containers: - name: locsrv image: gitea.hottis.de/wn/locsrv:%IMAGETAG% + ports: + - containerPort: 8080 + protocol: TCP +