bug fix for rgw crashloops
This commit is contained in:
parent
c6dd9b617f
commit
91c59e1fd2
@ -230,6 +230,8 @@ spec:
|
|||||||
memory: "100Mi"
|
memory: "100Mi"
|
||||||
cpu: "2000m"
|
cpu: "2000m"
|
||||||
---
|
---
|
||||||
|
# rgw not required: using if statement for deployment
|
||||||
|
{{- if .Values.rgw.enabled }}
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: extensions/v1beta1
|
||||||
metadata:
|
metadata:
|
||||||
@ -304,3 +306,5 @@ spec:
|
|||||||
limits:
|
limits:
|
||||||
memory: "500Mi"
|
memory: "500Mi"
|
||||||
cpu: ".5"
|
cpu: ".5"
|
||||||
|
{{ end }}
|
||||||
|
# end: rgw removed optionally
|
||||||
|
@ -24,6 +24,10 @@ storage:
|
|||||||
osd_directory: /var/lib/aic-helm/ceph/osd
|
osd_directory: /var/lib/aic-helm/ceph/osd
|
||||||
var_directory: /var/lib/aic-helm/ceph/ceph
|
var_directory: /var/lib/aic-helm/ceph/ceph
|
||||||
|
|
||||||
|
# rgw is optionall disabled
|
||||||
|
rgw:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
# Setting this to false will assume you will
|
# Setting this to false will assume you will
|
||||||
# setup and orchestrate your own secrets and
|
# setup and orchestrate your own secrets and
|
||||||
# configmaps outside of this helm chart
|
# configmaps outside of this helm chart
|
||||||
|
Loading…
x
Reference in New Issue
Block a user