diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2017-12-19 12:23:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-12-19 12:23:47 +0000 |
commit | b259ea960fd6a482e32b7e387288b428f707a87a (patch) | |
tree | 356a9ee50e7cd7d59e1fbdf947943a040b7f1ad4 /kubernetes/portal | |
parent | 4a022bd5760d970dcb77ffa0fdf5abc70692fe53 (diff) | |
parent | 9188065247f74ab85427ec7ffd35da8b509cd5d5 (diff) |
Merge "Remove redundant filebeat from portal-db"
Diffstat (limited to 'kubernetes/portal')
-rwxr-xr-x | kubernetes/portal/templates/portal-mariadb-deployment.yaml | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/kubernetes/portal/templates/portal-mariadb-deployment.yaml b/kubernetes/portal/templates/portal-mariadb-deployment.yaml index 96084e5294..fafcad2772 100755 --- a/kubernetes/portal/templates/portal-mariadb-deployment.yaml +++ b/kubernetes/portal/templates/portal-mariadb-deployment.yaml @@ -29,10 +29,6 @@ spec: readOnly: true - mountPath: /var/lib/mysql name: portal-mariadb-data - - mountPath: /var/log/onap - name: portal-logs - - mountPath: /tmp/logback.xml - name: portal-logback ports: - containerPort: 3306 name: portaldb @@ -41,16 +37,6 @@ spec: port: 3306 initialDelaySeconds: 5 periodSeconds: 10 - - image: {{ .Values.image.filebeat }} - imagePullPolicy: {{ .Values.pullPolicy }} - name: filebeat-onap - volumeMounts: - - mountPath: /usr/share/filebeat/filebeat.yml - name: filebeat-conf - - mountPath: /var/log/onap - name: portal-logs - - mountPath: /usr/share/filebeat/data - name: portal-data-filebeat volumes: - name: localtime hostPath: @@ -58,16 +44,6 @@ spec: - name: portal-mariadb-data persistentVolumeClaim: claimName: portal-db - - name: filebeat-conf - hostPath: - path: /dockerdata-nfs/{{ .Values.nsPrefix }}/log/filebeat/logback/filebeat.yml - - name: portal-logs - emptyDir: {} - - name: portal-data-filebeat - emptyDir: {} - - name: portal-logback - hostPath: - path: /dockerdata-nfs/{{ .Values.nsPrefix }}/log/portal/portal-db/logback.xml imagePullSecrets: - name: "{{ .Values.nsPrefix }}-docker-registry-key" -#{{ end }}
\ No newline at end of file +#{{ end }} |