diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2019-04-26 15:13:09 -0400 |
---|---|---|
committer | Harish Venkata Kajur <vk250x@att.com> | 2019-04-26 15:13:12 -0400 |
commit | 0f43cf556c37c09184c5e0485791cd4ad96c7e36 (patch) | |
tree | 58d06dd719c65c0bf1b2dee280c10f1645bdeefb /resources/config | |
parent | 1dba1b169b3302d8abe9a24ade25679813b1348f (diff) |
Disable stats port for haproxy
Issue-ID: AAI-2395
Change-Id: Id25a4f0a0770a62a8d1e78d0affcf210c93fbdd0
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Diffstat (limited to 'resources/config')
-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 |