radosgw: Update default port to port 80
This commit is contained in:
parent
a562d91103
commit
d0df8a5eb9
3 changed files with 4 additions and 4 deletions
|
@ -4,4 +4,4 @@ appVersion: "14.2"
|
|||
description: CEPH RadosGW
|
||||
icon: http://ceph.com/wp-content/uploads/2016/07/Ceph_Logo_Stacked_RGB_120411_fa.png
|
||||
name: radosgw
|
||||
version: 0.3.1
|
||||
version: 0.3.2
|
||||
|
|
|
@ -11,9 +11,9 @@ data:
|
|||
mon_host = {{ include "helm-toolkit.utils.joinListWithComma" .Values.monHosts }}
|
||||
rgw dns name = {{ .Values.dnsName }}
|
||||
{{- 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" }}
|
||||
rgw frontends = civetweb port=8008
|
||||
rgw frontends = civetweb port=80
|
||||
{{- end }}
|
||||
{{- if .Values.extraCephConf }}
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ spec:
|
|||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8080
|
||||
containerPort: 80
|
||||
protocol: TCP
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
|
|
Loading…
Reference in a new issue