Skip to content

Files

Latest commit

0c7c022 · Mar 2, 2018

History

History
66 lines (52 loc) · 1.68 KB

apb_parameters.md

File metadata and controls

66 lines (52 loc) · 1.68 KB

APB Parameters

Prometheus Variables

  • PROMETHEUS_SECURED_DEPLOYMENT

    • Default: True
    • Type: Bool
    • Description: 'Deploy Prometheus with Oauth-Proxy sidecar'
  • DEPLOY_GRAFANA

    • Default: True
    • Type: Bool
    • Description: 'Deploy Grafana with Oauth-Proxy sidecar'

Prometheus Alertmanager Variables

  • SMTP_HOST

    • Default: 'localhost'
    • Type: String
    • Description: 'Hostname or IP for SMTP host'
    • Pattern: "^[a-zA-Z0-9_.]*$"
  • SMTP_PORT

    • Default: '25'
    • Type: Number
    • Description: 'Port number of SMTP server'
  • SMTP_FROM

    • Default: 'alertmanager@example.org'
    • Type: String
    • Description: 'Email from field for Notifications'
    • Pattern: "^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+.[a-zA-Z0-9-.]+$"
  • SMTP_AUTH_USER

    • Default: 'alertmanager'
    • Type: String
    • Description: 'Username to be authenticated on SMTP server'
    • Pattern: "^[a-zA-Z0-9_.-]*$"
  • SMTP_AUTH_PASS

    • Default: 'admin'
    • Type: String
    • Description: 'Password to be authenticated on SMTP server'
    • Pattern: "^[a-zA-Z0-9_.-]*$"
  • MONGODB_MEMORY_LIMIT

    • Default: '512Mi'
    • Type: String
    • Description: 'Max limit of memory allocation for pod'

Persistent specific variables

  • PROMETHEUS_STORAGE_SIZE

    • Default: '10'
    • Type: Number
    • Description: 'PVC size for Prometheus Storage Size (Gi)'
  • PROMETHEUS_AM_STORAGE_SIZE

    • Default: '10'
    • Type: Number
    • Description: 'Prometheus Alert Manager Storage Size (Gb)'
  • PROMETHEUS_GRAFANA_STORAGE_SIZE

    • Default: '10'
    • Type: Number
    • Description: 'Prometheus Grafana Storage Size (Gb)'