aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/templates
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-10-27 17:00:58 +0000
committerGerrit Code Review <gerrit@onap.org>2020-10-27 17:00:58 +0000
commitb1ee058f941a9c9ff27467054d98b8a56c988797 (patch)
tree71209a038db2156c1609c5ddba6860dda7fc7949 /kubernetes/consul/templates
parent376643f2c2e6695f89cd24e22f4a34599133a225 (diff)
parent5e16401636e8b9a5eb72d3e66a6ddb2c9982e0b9 (diff)
Merge "[CONSUL] Add limits to consul chart."
Diffstat (limited to 'kubernetes/consul/templates')
-rw-r--r--kubernetes/consul/templates/deployment.yaml1
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