111 lines
2.1 KiB
YAML
111 lines
2.1 KiB
YAML
---
|
|
apiVersion: vinyl.solidite.fr/v1beta1
|
|
kind: Component
|
|
category: monitor
|
|
metadata:
|
|
name: alertmanager
|
|
description: null
|
|
options:
|
|
replicas:
|
|
default: 1
|
|
examples:
|
|
- 1
|
|
type: integer
|
|
app_group:
|
|
default: monitor
|
|
examples:
|
|
- monitor
|
|
type: string
|
|
listenLocal:
|
|
default: false
|
|
examples:
|
|
- false
|
|
type: boolean
|
|
domain_name:
|
|
default: your_company.com
|
|
examples:
|
|
- your_company.com
|
|
type: string
|
|
domain:
|
|
default: your-company
|
|
examples:
|
|
- your-company
|
|
type: string
|
|
images:
|
|
default:
|
|
alertmanager:
|
|
pullPolicy: IfNotPresent
|
|
registry: quay.io
|
|
repository: prometheus/alertmanager
|
|
tag: v0.26.0
|
|
examples:
|
|
- alertmanager:
|
|
pullPolicy: IfNotPresent
|
|
registry: quay.io
|
|
repository: prometheus/alertmanager
|
|
tag: v0.26.0
|
|
properties:
|
|
alertmanager:
|
|
default:
|
|
pullPolicy: IfNotPresent
|
|
registry: quay.io
|
|
repository: prometheus/alertmanager
|
|
tag: v0.26.0
|
|
properties:
|
|
pullPolicy:
|
|
default: IfNotPresent
|
|
enum:
|
|
- Always
|
|
- Never
|
|
- IfNotPresent
|
|
type: string
|
|
registry:
|
|
default: quay.io
|
|
type: string
|
|
repository:
|
|
default: prometheus/alertmanager
|
|
type: string
|
|
tag:
|
|
default: v0.26.0
|
|
type: string
|
|
type: object
|
|
type: object
|
|
logLevel:
|
|
default: info
|
|
examples:
|
|
- info
|
|
type: string
|
|
ingress_class:
|
|
default: traefik
|
|
examples:
|
|
- traefik
|
|
type: string
|
|
sub_domain:
|
|
default: alertmanager
|
|
examples:
|
|
- alertmanager
|
|
type: string
|
|
retention:
|
|
default: 120h
|
|
examples:
|
|
- 120h
|
|
type: string
|
|
issuer:
|
|
default: letsencrypt-prod
|
|
examples:
|
|
- letsencrypt-prod
|
|
type: string
|
|
dependencies:
|
|
- dist: null
|
|
category: share
|
|
component: authentik-forward
|
|
providers:
|
|
kubernetes: true
|
|
authentik: true
|
|
kubectl: true
|
|
postgresql: null
|
|
restapi: true
|
|
http: true
|
|
gitea: null
|
|
tfaddtype: null
|