diff options
-rw-r--r-- | kubernetes/sdc/templates/sdc-fe.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kubernetes/sdc/templates/sdc-fe.yaml b/kubernetes/sdc/templates/sdc-fe.yaml index d81e567711..4648c56c6f 100644 --- a/kubernetes/sdc/templates/sdc-fe.yaml +++ b/kubernetes/sdc/templates/sdc-fe.yaml @@ -69,6 +69,8 @@ spec: readOnly: true - mountPath: /var/lib/jetty/logs name: sdc-logs + - mountPath: /var/log/onap + name: sdc-logs-2 - mountPath: /root/chef-solo/cookbooks/sdc-catalog-fe/recipes/FE_2_setup_configuration.rb name: sdc-fe-config - mountPath: /tmp/logback.xml @@ -123,4 +125,4 @@ spec: path: /dockerdata-nfs/{{ .Values.nsPrefix }}/sdc/sdc-fe/FE_2_setup_configuration.rb imagePullSecrets: - name: "{{ .Values.nsPrefix }}-docker-registry-key" -#{{ end }}
\ No newline at end of file +#{{ end }} |