diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2017-11-27 16:29:17 -0500 |
---|---|---|
committer | Alexis de Talhouët <alexis.de_talhouet@bell.ca> | 2017-11-28 15:57:45 +0000 |
commit | 626541159636e06fc988a42330ae93339f01ce58 (patch) | |
tree | 47bc4f34faa30d4083744ebdd320403ca8144b17 /kubernetes/aai/templates | |
parent | c00c687517d3d764378f54775f0b6a664c1ca221 (diff) |
Fix: AAI HAProxy syslog are not monitored
Change-Id: I83f99c960a16aca43caac0aa4feb285716f0ade0
Issue-ID: OOM-466
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'kubernetes/aai/templates')
-rw-r--r-- | kubernetes/aai/templates/aai-deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aai/templates/aai-deployment.yaml b/kubernetes/aai/templates/aai-deployment.yaml index 3f714f3e64..c2220cacde 100644 --- a/kubernetes/aai/templates/aai-deployment.yaml +++ b/kubernetes/aai/templates/aai-deployment.yaml @@ -62,7 +62,7 @@ spec: path: /etc/localtime - name: aai-service-log hostPath: - path: "/dockerdata-nfs/{{ .Values.nsPrefix }}/aai/haproxy/log/" + path: "/dev/log" - name: haproxy-cfg hostPath: path: "/dockerdata-nfs/{{ .Values.nsPrefix }}/aai/haproxy/haproxy.cfg" |