diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-10-27 17:00:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-27 17:00:58 +0000 |
commit | b1ee058f941a9c9ff27467054d98b8a56c988797 (patch) | |
tree | 71209a038db2156c1609c5ddba6860dda7fc7949 /kubernetes/consul/templates/deployment.yaml | |
parent | 376643f2c2e6695f89cd24e22f4a34599133a225 (diff) | |
parent | 5e16401636e8b9a5eb72d3e66a6ddb2c9982e0b9 (diff) |
Merge "[CONSUL] Add limits to consul chart."
Diffstat (limited to 'kubernetes/consul/templates/deployment.yaml')
-rw-r--r-- | kubernetes/consul/templates/deployment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/consul/templates/deployment.yaml b/kubernetes/consul/templates/deployment.yaml index a5b72aedee..51c6eb72d5 100644 --- a/kubernetes/consul/templates/deployment.yaml +++ b/kubernetes/consul/templates/deployment.yaml @@ -61,6 +61,7 @@ spec: name: consul-agent-scripts-config - mountPath: /consul/certs name: consul-agent-certs-config + resources: {{ include "common.resources" . | nindent 10 }} volumes: - configMap: name: {{ include "common.fullname" . }}-configmap |