radosgw: Add missing serviceName to statefulset
This commit is contained in:
parent
a8cc487e69
commit
a562d91103
2 changed files with 2 additions and 1 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.0
|
||||
version: 0.3.1
|
||||
|
|
|
@ -7,6 +7,7 @@ metadata:
|
|||
{{ include "radosgw.labels" . | nindent 4 }}
|
||||
spec:
|
||||
replicas: {{ .Values.replicaCount }}
|
||||
serviceName: {{ include "radosgw.fullname" . }}
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: {{ include "radosgw.name" . }}
|
||||
|
|
Loading…
Reference in a new issue