mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 08:07:55 +08:00
Merge pull request #21 from sameersbn/drop-log-volumes
charts: removed mountpoints for `logs/` volume from rc templates
This commit is contained in:
@@ -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: {}
|
||||
|
||||
@@ -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: {}
|
||||
|
||||
@@ -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: {}
|
||||
|
||||
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user