Advertisement
rmiguelito

Untitled

Jun 18th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. openshift_hosted_prometheus_deploy=true
  2. openshift_prometheus_install_prometheus=true
  3. openshift_prometheus_storage_kind=nfs
  4. openshift_prometheus_storage_access_modes=['ReadWriteOnce']
  5. openshift_prometheus_storage_host=192.168.209.12
  6. openshift_prometheus_storage_nfs_directory=/exports
  7. openshift_prometheus_storage_alertmanager_nfs_options='*(rw,root_squash)'
  8. openshift_prometheus_storage_volume_name=prometheus
  9. openshift_prometheus_storage_alertbuffer_volume_size=10Gi
  10. openshift_prometheus_storage_labels={'storage': 'prometheus'}
  11. openshift_prometheus_namespace=openshift-metrics
  12. openshift_prometheus_node_selector={"region":"infra"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement