radosgw: Add missing serviceName to statefulset

This commit is contained in:
Alexander Olofsson 2020-03-31 16:27:14 +02:00
parent a8cc487e69
commit a562d91103
No known key found for this signature in database
GPG key ID: D439C9470CB04C73
2 changed files with 2 additions and 1 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.0 version: 0.3.1

View file

@ -7,6 +7,7 @@ metadata:
{{ include "radosgw.labels" . | nindent 4 }} {{ include "radosgw.labels" . | nindent 4 }}
spec: spec:
replicas: {{ .Values.replicaCount }} replicas: {{ .Values.replicaCount }}
serviceName: {{ include "radosgw.fullname" . }}
selector: selector:
matchLabels: matchLabels:
app.kubernetes.io/name: {{ include "radosgw.name" . }} app.kubernetes.io/name: {{ include "radosgw.name" . }}