From 99406138c4f3d98774b87bb77a136266c0c1df07 Mon Sep 17 00:00:00 2001 From: krishnaa96 Date: Thu, 24 Sep 2020 20:39:49 +0530 Subject: [OOF] Direct logs to STDOUT Issue-ID: OPTFRA-804 Signed-off-by: krishnaa96 Change-Id: Ic395ce79ae3b9188574bf35375509decdafd5503 --- kubernetes/oof/templates/deployment.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kubernetes/oof/templates') diff --git a/kubernetes/oof/templates/deployment.yaml b/kubernetes/oof/templates/deployment.yaml index 70eadd9d6c..76d1a62604 100644 --- a/kubernetes/oof/templates/deployment.yaml +++ b/kubernetes/oof/templates/deployment.yaml @@ -1,5 +1,6 @@ # Copyright © 2017 Amdocs, Bell Canada # Modifications Copyright © 2018 AT&T,VMware +# Modifications Copyright (C) 2020 Wipro Limited. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -103,6 +104,9 @@ spec: - mountPath: /opt/osdf/config/common_config.yaml name: {{ include "common.fullname" . }}-config subPath: common_config.yaml + - mountPath: /opt/osdf/config/log.yml + name: {{ include "common.fullname" . }}-config + subPath: log.yml resources: {{ include "common.resources" . | indent 12 }} {{- if .Values.nodeSelector }} @@ -129,5 +133,7 @@ spec: path: aaf_root_ca.cer - key: common_config.yaml path: common_config.yaml + - key: log.yml + path: log.yml imagePullSecrets: - name: "{{ include "common.namespace" . }}-docker-registry-key" -- cgit 1.2.3-korg