-
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'
-
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'
-
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)'