mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-27 02:04:53 +00:00
Fixed ceph mon resource definition
The ceph mon daemonset had a typo, and referenced the osd resource limit specification in Values instead of its own. Change-Id: I06433b9039842322786e73eff89da2836c17bb7f
This commit is contained in:
@@ -63,7 +63,7 @@ spec:
|
||||
- name: ceph-mon
|
||||
image: {{ .Values.images.tags.ceph_daemon }}
|
||||
imagePullPolicy: {{ .Values.images.pull_policy }}
|
||||
{{ tuple $envAll $envAll.Values.pod.resources.osd | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }}
|
||||
{{ tuple $envAll $envAll.Values.pod.resources.mon | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }}
|
||||
env:
|
||||
- name: K8S_HOST_NETWORK
|
||||
value: "1"
|
||||
|
||||
Reference in New Issue
Block a user