Ceph RGW cleanup
Fixes incorrect variable reference in deployment-rgw and removes a duplicate value in values.yaml Change-Id: I8b922cbb9d6f9b6153d4ccfcfa991bd7a51ef185
This commit is contained in:
parent
87c36ed85b
commit
1dd9ef153f
@ -84,7 +84,7 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
memory: {{ .Values.resources.rgw.requests.memory | quote }}
|
||||
cpu: {{ .Values.resources.rgwrequests.cpu | quote }}
|
||||
cpu: {{ .Values.resources.rgw.requests.cpu | quote }}
|
||||
limits:
|
||||
memory: {{ .Values.resources.rgw.limits.memory | quote }}
|
||||
cpu: {{ .Values.resources.rgw.limits.cpu | quote }}
|
||||
|
@ -41,10 +41,7 @@ storage:
|
||||
var_directory: /var/lib/openstack-helm/ceph/ceph
|
||||
mon_directory: /var/lib/openstack-helm/ceph/mon
|
||||
|
||||
# rgw is optionall disabled
|
||||
rgw:
|
||||
enabled: false
|
||||
|
||||
# rgw is optionally disabled
|
||||
rgw:
|
||||
enabled: false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user