aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2019-04-29 19:14:58 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-29 19:14:58 +0000
commit1fcd3a392ce2ee19a5c3ec1aee117843aad97d59 (patch)
tree0eaa6d10a40ce1cfc0f86f97f06296cc2ca387b1 /resources
parentf1f7b2f8edc0627beecf828b92d7d97331f6b1d2 (diff)
parent0f43cf556c37c09184c5e0485791cd4ad96c7e36 (diff)
Merge "Disable stats port for haproxy"
Diffstat (limited to 'resources')
-rw-r--r--resources/config/haproxy/haproxy.cfg11
1 files changed, 0 insertions, 11 deletions
diff --git a/resources/config/haproxy/haproxy.cfg b/resources/config/haproxy/haproxy.cfg
index 8beae0e..3ffaa0f 100644
--- a/resources/config/haproxy/haproxy.cfg
+++ b/resources/config/haproxy/haproxy.cfg
@@ -125,14 +125,3 @@ backend IST_AAI_8446
http-response set-header Strict-Transport-Security max-age=16000000;\ includeSubDomains;\ preload;
server aai-traversal.{{.Release.Namespace}} aai-traversal.{{.Release.Namespace}}.svc.cluster.local:8446 resolvers kubernetes check check-ssl port 8446 ssl verify none
-listen IST_AAI_STATS
- mode http
- bind *:8080
- stats uri /stats
- stats enable
- stats refresh 30s
- stats hide-version
- stats auth admin:admin
- stats show-legends
- stats show-desc IST AAI APPLICATION NODES
- stats admin if TRUE