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 +