Merge pull request #21 from sameersbn/drop-log-volumes

charts: removed mountpoints for `logs/` volume from rc templates
This commit is contained in:
Adnan Abdulhussein
2016-03-24 10:10:56 -07:00
4 changed files with 0 additions and 16 deletions

View File

@@ -42,12 +42,8 @@ spec:
mountPath: /app
- name: conf
mountPath: /bitnami/apache/conf
- name: logs
mountPath: /bitnami/apache/logs
volumes:
- name: htdocs
emptyDir: {}
- name: conf
emptyDir: {}
- name: logs
emptyDir: {}

View File

@@ -50,12 +50,8 @@ spec:
mountPath: /bitnami/mariadb/data
- name: conf
mountPath: /bitnami/mariadb/conf
- name: logs
mountPath: /bitnami/mariadb/logs
volumes:
- name: data
emptyDir: {}
- name: conf
emptyDir: {}
- name: logs
emptyDir: {}

View File

@@ -50,12 +50,8 @@ spec:
mountPath: /bitnami/mongodb/data
- name: conf
mountPath: /bitnami/mongodb/conf
- name: logs
mountPath: /bitnami/mongodb/logs
volumes:
- name: data
emptyDir: {}
- name: conf
emptyDir: {}
- name: logs
emptyDir: {}

View File

@@ -42,12 +42,8 @@ spec:
mountPath: /app
- name: conf
mountPath: /bitnami/nginx/conf
- name: logs
mountPath: /bitnami/nginx/logs
volumes:
- name: htdocs
emptyDir: {}
- name: conf
emptyDir: {}
- name: logs
emptyDir: {}