Remove logback and bump up the clamp version
[oom.git] / kubernetes / clamp / charts / clamp-backend / templates / deployment.yaml
index 31175b1..bdae07a 100644 (file)
@@ -63,7 +63,6 @@ spec:
           image: "{{ include "common.repository" . }}/{{ .Values.image }}"
           imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
           args:
-            - "-Dcom.att.eelf.logging.file=file:/opt/clamp/logback.xml"
             - ""
           ports:
           - containerPort: {{ .Values.service.internalPort }}
@@ -87,9 +86,6 @@ spec:
           - mountPath: /opt/clamp/sdc-controllers-config.json
             name: {{ include "common.fullname" . }}-config
             subPath: sdc-controllers-config.json
-          - mountPath: /opt/clamp/logback.xml
-            name: {{ include "common.fullname" . }}-config
-            subPath: logback.xml
           env:
             - name: SPRING_APPLICATION_JSON
               valueFrom:
@@ -113,8 +109,6 @@ spec:
             items:
             - key: sdc-controllers-config.json
               path: sdc-controllers-config.json
-            - key: logback.xml
-              path: logback.xml
         - name: {{ include "common.fullname" . }}-filebeat-conf
           configMap:
             name: {{ include "common.release" . }}-clamp-filebeat-configmap