Application Developer Alertmanager Schema¶
Note
This is auto-generated documentation from a JSON schema that is under construction, this will improve over time.
Return to the root config schema
https://raw.githubusercontent.com/elastisys/compliantkubernetes-apps/main/config/schemas/config.yaml#/properties/prometheus/properties/devAlertmanager
Configuration options for deploying an application developer-specific Alertmanager. Configuration shared with the service cluster alertmanager can be configured via .alertmanagerSpec
.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | config/schemas/config.yaml* |
TYPE:
object
(Application Developer Alertmanager)
PROPERTIES:
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
enabled | boolean |
Optional | cannot be null | Welkin Apps Config |
namespace | string |
Optional | cannot be null | Welkin Apps Config |
ingressEnabled | boolean |
Optional | cannot be null | Welkin Apps Config |
username | string |
Optional | cannot be null | Welkin Apps Config |
enabled¶
Allows to enable alertmanager for application developer.
enabled
-
is optional
-
Type:
boolean
(Enable user Alertmanager) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
boolean
(Enable user Alertmanager)
namespace¶
Allows to have alertmanager running in custom namespace
namespace
-
is optional
-
Type:
string
(Enable alertmanager in separate Namespace) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
string
(Enable alertmanager in separate Namespace)
DEFAULTS:
The default value is:
"alertmanager"
ingressEnabled¶
Allows to have ingress for application developer alertmanager with basic auth
ingressEnabled
-
is optional
-
Type:
boolean
(Enable User Alertmanager ingress) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
boolean
(Enable User Alertmanager ingress)
username¶
username
-
is optional
-
Type:
string
(Username for Alertmanager login) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
string
(Username for Alertmanager login)
Return to the root config schema
Generated Tue Jun 24 03:59:52 UTC 2025 from elastisys/compliantkubernetes-apps@main