diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-04-22 10:50:26 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-04-22 10:51:36 +0200 |
commit | 8c2a16283583a6e830bdf915bdbfee9f49b8b992 (patch) | |
tree | c0f42834ca36ff92a760cea0ea7b498d2b302aff /kubernetes/clamp/values.yaml | |
parent | f2556fe72a09071e50ac485dca9137aab9a4c6c5 (diff) |
[CLAMP] use common templates for logs
Using the common templates for centralized logging.
Issue-ID: OOM-2370
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I4824e11bd2be971d15e3a39510f544d2c36b05fd
Diffstat (limited to 'kubernetes/clamp/values.yaml')
-rw-r--r-- | kubernetes/clamp/values.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/clamp/values.yaml b/kubernetes/clamp/values.yaml index 47eca67f91..0679982740 100644 --- a/kubernetes/clamp/values.yaml +++ b/kubernetes/clamp/values.yaml @@ -22,6 +22,7 @@ global: # global defaults readinessImage: readiness-check:2.0.0 loggingRepository: docker.elastic.co loggingImage: beats/filebeat:5.5.0 + centralizedLoggingEnabled: false subChartsOnly: enabled: true @@ -36,6 +37,10 @@ pullPolicy: Always # flag to enable debugging - application support required debugEnabled: false +# log configuration +log: + path: /var/log/nginx/ + ################################################################# # Application configuration defaults. ################################################################# |