radosgw: Support specifying podManagementPolicy
This commit is contained in:
parent
d0df8a5eb9
commit
a7ad50d9a3
3 changed files with 3 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.2
|
||||
version: 0.3.3
|
||||
|
|
|
@ -6,6 +6,7 @@ metadata:
|
|||
labels:
|
||||
{{ include "radosgw.labels" . | nindent 4 }}
|
||||
spec:
|
||||
podManagementPolicy: {{ .Values.podManagementPolicy | default "OrderedReady" }}
|
||||
replicas: {{ .Values.replicaCount }}
|
||||
serviceName: {{ include "radosgw.fullname" . }}
|
||||
selector:
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# Declare variables to be passed into your templates.
|
||||
|
||||
replicaCount: 1
|
||||
# podManagementPolicy: Parallel
|
||||
|
||||
image:
|
||||
repository: ceph/daemon
|
||||
|
|
Loading…
Reference in a new issue