From f01bfa85dabf41b8cba5a6bb478e761a344c7bd2 Mon Sep 17 00:00:00 2001 From: Bertrand <34275174+BertrandGouny@users.noreply.github.com> Date: Thu, 27 Jun 2019 10:45:58 +0200 Subject: [PATCH] =?UTF-8?q?[stable/collabora-code]=C2=A0Fix=20container=20?= =?UTF-8?q?exposed=20port=20number=20(#14977)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix container exposed port number Signed-off-by: Bertrand Gouny * Bump chart version Signed-off-by: Bertrand Gouny --- stable/collabora-code/Chart.yaml | 2 +- stable/collabora-code/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/collabora-code/Chart.yaml b/stable/collabora-code/Chart.yaml index c906dcdb2d..a43159fb4d 100644 --- a/stable/collabora-code/Chart.yaml +++ b/stable/collabora-code/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "4.0.3.1" description: A Helm chart for Collabora Office - CODE-Edition name: collabora-code -version: 1.0.2 +version: 1.0.3 icon: https://avatars0.githubusercontent.com/u/22418908?s=200&v=4 sources: - https://github.com/CollaboraOnline/Docker-CODE diff --git a/stable/collabora-code/templates/deployment.yaml b/stable/collabora-code/templates/deployment.yaml index f450a02965..bff44bfa76 100644 --- a/stable/collabora-code/templates/deployment.yaml +++ b/stable/collabora-code/templates/deployment.yaml @@ -89,7 +89,7 @@ spec: {{- end }} ports: - name: http - containerPort: {{ .Values.service.port }} + containerPort: 9980 protocol: TCP resources: {{- toYaml .Values.resources | nindent 12 }}