radosgw: Update default port to port 80

This commit is contained in:
Alexander Olofsson 2020-03-31 16:28:57 +02:00
parent a562d91103
commit d0df8a5eb9
No known key found for this signature in database
GPG key ID: D439C9470CB04C73
3 changed files with 4 additions and 4 deletions

View file

@ -4,4 +4,4 @@ appVersion: "14.2"
description: CEPH RadosGW description: CEPH RadosGW
icon: http://ceph.com/wp-content/uploads/2016/07/Ceph_Logo_Stacked_RGB_120411_fa.png icon: http://ceph.com/wp-content/uploads/2016/07/Ceph_Logo_Stacked_RGB_120411_fa.png
name: radosgw name: radosgw
version: 0.3.1 version: 0.3.2

View file

@ -11,9 +11,9 @@ data:
mon_host = {{ include "helm-toolkit.utils.joinListWithComma" .Values.monHosts }} mon_host = {{ include "helm-toolkit.utils.joinListWithComma" .Values.monHosts }}
rgw dns name = {{ .Values.dnsName }} rgw dns name = {{ .Values.dnsName }}
{{- if eq .Values.frontend "beast" }} {{- if eq .Values.frontend "beast" }}
rgw frontends = beast port=8008 endpoint=0.0.0.0 rgw frontends = beast port=80 endpoint=0.0.0.0
{{- else if eq .Values.frontend "civetweb" }} {{- else if eq .Values.frontend "civetweb" }}
rgw frontends = civetweb port=8008 rgw frontends = civetweb port=80
{{- end }} {{- end }}
{{- if .Values.extraCephConf }} {{- if .Values.extraCephConf }}

View file

@ -34,7 +34,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }} imagePullPolicy: {{ .Values.image.pullPolicy }}
ports: ports:
- name: http - name: http
containerPort: 8080 containerPort: 80
protocol: TCP protocol: TCP
livenessProbe: livenessProbe:
httpGet: httpGet: