aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/cps/components/cps-core/templates
diff options
context:
space:
mode:
authormpriyank <priyank.maheshwari@est.tech>2022-09-22 10:41:54 +0100
committerFiachra Corcoran <fiachra.corcoran@est.tech>2022-11-03 14:28:09 +0000
commit314df904244f02122c011803e15012fc9dee2251 (patch)
tree8f52f75f38b0c5f6712db533f1013ea9b417aaae /kubernetes/cps/components/cps-core/templates
parent8778cc162677eac7d2db8302f035efc37878fdec (diff)
[CPS] Security logging fields
- Removed the old logback.xml file. - Added logback-spring.xml with the new format for logging in json format - Updated the file mount path in deployment file. - Above change is just for CPS-Core Issue-ID: CPS-1291 Change-Id: If1b657a4959023fc18d0a4710891a55dfeb29b22 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'kubernetes/cps/components/cps-core/templates')
-rw-r--r--kubernetes/cps/components/cps-core/templates/deployment.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/cps/components/cps-core/templates/deployment.yaml b/kubernetes/cps/components/cps-core/templates/deployment.yaml
index 1b482f405c..3684aab3ac 100644
--- a/kubernetes/cps/components/cps-core/templates/deployment.yaml
+++ b/kubernetes/cps/components/cps-core/templates/deployment.yaml
@@ -126,8 +126,8 @@ spec:
- mountPath: /app/resources/application-helm.yml
subPath: application-helm.yml
name: init-data
- - mountPath: /app/resources/logback.xml
- subPath: logback.xml
+ - mountPath: /app/resources/logback-spring.xml
+ subPath: logback-spring.xml
name: init-data
- mountPath: /tmp
name: init-temp