added filebeat to all components
authorItay Hassid <itay.hassid@amdocs.com>
Thu, 31 Aug 2017 14:40:18 +0000 (14:40 +0000)
committeritay <Itay.Hassid@Amdocs.Com>
Sun, 24 Sep 2017 12:08:18 +0000 (12:08 +0000)
Deployment of: filebeat containar for each relevant component
Issue-ID:OOM-110
Change-Id: I3605a975ee9dbe3e34b8fa6b17fef52e9d29b975
Signed-off-by: Itay Hassid <itay.hassid@amdocs.com>
templates/aai-deployment.yaml
templates/modelloader-deployment.yaml

index dc375cb..fe5d1ff 100644 (file)
@@ -67,4 +67,4 @@ spec:
             path: "/dockerdata-nfs/{{ .Values.nsPrefix }}/aai/haproxy/haproxy.cfg"
       restartPolicy: Always
       imagePullSecrets:
-      - name: "{{ .Values.nsPrefix }}-docker-registry-key"
+      - name: "{{ .Values.nsPrefix }}-docker-registry-key"
\ No newline at end of file
index 22b7281..85102a0 100644 (file)
@@ -43,4 +43,4 @@ spec:
           path: "/dockerdata-nfs/{{ .Values.nsPrefix }}/aai/model-loader/logs/"
       restartPolicy: Always
       imagePullSecrets:
-      - name: "{{ .Values.nsPrefix }}-docker-registry-key"
+      - name: "{{ .Values.nsPrefix }}-docker-registry-key"
\ No newline at end of file