main.yml 1.4 KB

123456789101112131415161718192021222324252627282930313233
  1. ---
  2. ### General logging settings
  3. openshift_logging_curator_image_prefix: "{{ openshift_hosted_logging_deployer_prefix | default('docker.io/openshift/origin-') }}"
  4. openshift_logging_curator_image_version: "{{ openshift_hosted_logging_deployer_version | default('latest') }}"
  5. openshift_logging_curator_image_pull_secret: "{{ openshift_hosted_logging_image_pull_secret | default('') }}"
  6. openshift_logging_curator_master_url: "https://kubernetes.default.svc.cluster.local"
  7. openshift_logging_curator_namespace: logging
  8. ### Common settings
  9. openshift_logging_curator_nodeselector: ""
  10. openshift_logging_curator_cpu_limit: 100m
  11. openshift_logging_curator_memory_limit: null
  12. openshift_logging_curator_es_host: "logging-es"
  13. openshift_logging_curator_es_port: 9200
  14. # This should not exceed 1, should check for this
  15. openshift_logging_curator_replicas: 1
  16. # this is used to determine if this is an operations deployment or a non-ops deployment
  17. # simply used for naming purposes
  18. openshift_logging_curator_ops_deployment: false
  19. openshift_logging_curator_default_days: 30
  20. openshift_logging_curator_run_hour: 0
  21. openshift_logging_curator_run_minute: 0
  22. openshift_logging_curator_run_timezone: UTC
  23. openshift_logging_curator_script_log_level: INFO
  24. openshift_logging_curator_log_level: ERROR
  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: