mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
6ab659b118
commit
f01bfa85da
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user