diff options
author | James Forsyth <jf2512@att.com> | 2019-04-29 19:14:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-29 19:14:58 +0000 |
commit | 1fcd3a392ce2ee19a5c3ec1aee117843aad97d59 (patch) | |
tree | 0eaa6d10a40ce1cfc0f86f97f06296cc2ca387b1 /resources | |
parent | f1f7b2f8edc0627beecf828b92d7d97331f6b1d2 (diff) | |
parent | 0f43cf556c37c09184c5e0485791cd4ad96c7e36 (diff) |
Merge "Disable stats port for haproxy"
Diffstat (limited to 'resources')
-rw-r--r-- | resources/config/haproxy/haproxy.cfg | 11 |
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 |