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
|
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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue