use persistent volume in prod openshift for logging too
This commit is contained in:
parent
cd65e68ec6
commit
b24b3c109d
1 changed files with 6 additions and 0 deletions
|
@ -716,6 +716,12 @@ openshift_logging_install_logging=true
|
|||
#openshift_logging_storage_volume_name=logging
|
||||
#openshift_logging_storage_volume_size=10Gi
|
||||
#openshift_logging_storage_labels={'storage': 'logging'}
|
||||
openshift_hosted_logging_storage_kind=nfs
|
||||
openshift_hosted_logging_storage_access_modes=['ReadWriteOnce']
|
||||
openshift_hosted_logging_storage_host=ntap-phx2-c01-fedora01-nfs.storage.phx2.redhat.com
|
||||
openshift_hosted_logging_storage_nfs_directory=/
|
||||
openshift_hosted_logging_storage_volume_name=openshift_prod_logging
|
||||
openshift_hosted_logging_storage_volume_size=100Gi
|
||||
#
|
||||
# Option C - Dynamic -- If openshift supports dynamic volume provisioning for
|
||||
# your cloud platform use this.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue