main.yml 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. ---
  2. ### General logging settings
  3. openshift_logging_curator_image_pull_secret: "{{ openshift_logging_image_pull_secret }}"
  4. openshift_logging_curator_master_url: "https://kubernetes.default.svc.cluster.local"
  5. openshift_logging_curator_namespace: openshift-logging
  6. ### Common settings
  7. openshift_logging_curator_nodeselector: ""
  8. openshift_logging_curator_cpu_limit: null
  9. openshift_logging_curator_cpu_request: 100m
  10. openshift_logging_curator_memory_limit: 256Mi
  11. openshift_logging_curator_es_host: "logging-es"
  12. openshift_logging_curator_es_port: 9200
  13. # This should not exceed 1, should check for this
  14. openshift_logging_curator_replicas: 1
  15. # this is used to determine if this is an operations deployment or a non-ops deployment
  16. # simply used for naming purposes
  17. openshift_logging_curator_ops_deployment: false
  18. openshift_logging_curator_default_days: 30
  19. openshift_logging_curator_run_hour: 3
  20. openshift_logging_curator_run_minute: 30
  21. openshift_logging_curator_run_timezone: UTC
  22. openshift_logging_curator_script_log_level: INFO
  23. openshift_logging_curator_log_level: ERROR
  24. openshift_logging_curator_timeout: 300
  25. # following can be uncommented to provide values for configmaps -- take care when providing file contents as it may cause your cluster to not operate correctly
  26. #curator_config_contents: