Skip to content
Snippets Groups Projects
Commit 655a723f authored by ThanKarab's avatar ThanKarab
Browse files

Monetdb k8s memory limits removed.

parent d3ca64b0
No related branches found
No related tags found
No related merge requests found
......@@ -26,9 +26,10 @@ spec:
containers:
- name: monetdb
image: {{ .Values.mipengine_images.repository }}/mipenginedb:{{ .Values.mipengine_images.version }}
resources:
limits:
memory: "{{ .Values.db.max_memory }}Mi"
# LIMITS REMOVED DUE TO MONETDB NOT SEEING THEM PROPERLY
# resources:
# limits:
# memory: "{{ .Values.db.max_memory }}Mi"
env:
- name: LOG_LEVEL
value: {{ .Values.log_level }}
......
......@@ -38,9 +38,10 @@ spec:
containers:
- name: monetdb
image: {{ .Values.mipengine_images.repository }}/mipenginedb:{{ .Values.mipengine_images.version }}
resources:
limits:
memory: "{{ .Values.db.max_memory }}Mi"
# LIMITS REMOVED DUE TO MONETDB NOT SEEING THEM PROPERLY
# resources:
# limits:
# memory: "{{ .Values.db.max_memory }}Mi"
env:
- name: LOG_LEVEL
value: {{ .Values.log_level }}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment