radosgw: Support specifying podManagementPolicy

This commit is contained in:
Alexander Olofsson 2020-03-31 16:32:37 +02:00
parent d0df8a5eb9
commit a7ad50d9a3
No known key found for this signature in database
GPG key ID: D439C9470CB04C73
3 changed files with 3 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.2 version: 0.3.3

View file

@ -6,6 +6,7 @@ metadata:
labels: labels:
{{ include "radosgw.labels" . | nindent 4 }} {{ include "radosgw.labels" . | nindent 4 }}
spec: spec:
podManagementPolicy: {{ .Values.podManagementPolicy | default "OrderedReady" }}
replicas: {{ .Values.replicaCount }} replicas: {{ .Values.replicaCount }}
serviceName: {{ include "radosgw.fullname" . }} serviceName: {{ include "radosgw.fullname" . }}
selector: selector:

View file

@ -3,6 +3,7 @@
# Declare variables to be passed into your templates. # Declare variables to be passed into your templates.
replicaCount: 1 replicaCount: 1
# podManagementPolicy: Parallel
image: image:
repository: ceph/daemon repository: ceph/daemon