diff options
author | 2018-05-04 21:35:34 +0000 | |
---|---|---|
committer | 2018-05-04 21:35:34 +0000 | |
commit | 891e1d12cccb1986238b48e7bd2e25476dcfa90c (patch) | |
tree | 5155796df0dac62a7f72eddc11bec7588a17f09d /kubernetes/consul/resources/config/consul-agent-config/log-elastic-search.json | |
parent | 38afbc19b51556a031661d22f9ff0d89d4d6c2d7 (diff) | |
parent | c07e1d128c4dd1cd8a3a5423a9785b8b2e85d9b4 (diff) |
Merge "Remove nsPrefix references from consul chart"
Diffstat (limited to 'kubernetes/consul/resources/config/consul-agent-config/log-elastic-search.json')
-rw-r--r-- | kubernetes/consul/resources/config/consul-agent-config/log-elastic-search.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/consul/resources/config/consul-agent-config/log-elastic-search.json b/kubernetes/consul/resources/config/consul-agent-config/log-elastic-search.json index d14b16487f..284220e665 100644 --- a/kubernetes/consul/resources/config/consul-agent-config/log-elastic-search.json +++ b/kubernetes/consul/resources/config/consul-agent-config/log-elastic-search.json @@ -5,7 +5,7 @@ { "id": "log-elasticsearch-server", "name": "Log Elastic Search Health Check", - "http": "http://elasticsearch.{{ .Values.nsPrefix }}:9200/_cluster/health?pretty", + "http": "http://elasticsearch:9200/_cluster/health?pretty", "method": "GET", "tls_skip_verify": true, "interval": "15s", @@ -14,7 +14,7 @@ { "id": "log-elasticsearch-tcp", "name": "Log Elastic Search TCP Health Check", - "tcp": "elasticsearchtcp.{{ .Values.nsPrefix }}:9300", + "tcp": "elasticsearchtcp:9300", "interval": "15s", "timeout": "1s" } |