[stable/collabora-code] Fix container exposed port number (#14977)

* Fix container exposed port number

Signed-off-by: Bertrand Gouny <bertrand.gouny@osixia.net>

* Bump chart version

Signed-off-by: Bertrand Gouny <bertrand.gouny@osixia.net>
This commit is contained in:
Bertrand
2019-06-27 01:45:58 -07:00
committed by Kubernetes Prow Robot
parent 6ab659b118
commit f01bfa85da
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
@@ -89,7 +89,7 @@ spec:
{{- end }}
ports:
- name: http
containerPort: {{ .Values.service.port }}
containerPort: 9980
protocol: TCP
resources:
{{- toYaml .Values.resources | nindent 12 }}