This commit is contained in:
2024-01-26 12:45:59 +01:00
parent bc5c15988c
commit f859b06bee
16 changed files with 292 additions and 310 deletions

View File

@@ -6,35 +6,45 @@ metadata:
name: alertmanager
description: null
options:
app_group:
default: monitor
issuer:
default: letsencrypt-prod
examples:
- monitor
- letsencrypt-prod
type: string
ingress_class:
default: traefik
examples:
- traefik
type: string
domain_name:
default: your_company.com
examples:
- your_company.com
type: string
listenLocal:
default: false
examples:
- false
type: boolean
retention:
default: 120h
examples:
- 120h
type: string
replicas:
default: 1
examples:
- 1
type: integer
ingress_class:
default: traefik
sub-domain:
default: alertmanager
examples:
- traefik
- alertmanager
type: string
domain:
default: your-company
logLevel:
default: info
examples:
- your-company
- info
type: string
retention:
default: 120h
examples:
- 120h
type: string
images:
default:
@@ -75,25 +85,15 @@ options:
type: string
type: object
type: object
logLevel:
default: info
domain:
default: your-company
examples:
- info
- your-company
type: string
issuer:
default: letsencrypt-prod
app_group:
default: monitor
examples:
- letsencrypt-prod
type: string
sub-domain:
default: alertmanager
examples:
- alertmanager
type: string
domain_name:
default: your_company.com
examples:
- your_company.com
- monitor
type: string
dependencies:
- dist: null