[VOL-3173] Passing the defaults.rw_core.timeout parameter to voltha-rw-core
Change-Id: I3ebb68fdb28b0cac955fcd7be2a240710c513097
diff --git a/voltha/templates/core-deploy.yaml b/voltha/templates/core-deploy.yaml
index 6ce8406..3dfb922 100644
--- a/voltha/templates/core-deploy.yaml
+++ b/voltha/templates/core-deploy.yaml
@@ -90,9 +90,9 @@
- "-kafka_cluster_port={{ .Values.services.kafka.cluster.port }}"
- "-rw_core_topic={{ .Values.defaults.topics.core_topic }}"
- "-in_competing_mode=false"
- - "-core_timeout=10s"
- - "-timeout_long_request=10s"
- - "-timeout_request=10s"
+ - "-core_timeout={{ tpl .Values.rw_core.core_timeout . }}"
+ - "-timeout_long_request={{ tpl .Values.rw_core.timeout_long_request . }}"
+ - "-timeout_request={{ tpl .Values.rw_core.timeout_request . }}"
- "-log_level={{ $log_level }}"
- "-probe_port=8080"
ports: