This commit is contained in:
2024-01-23 09:55:23 +01:00
parent 6a5ce4b53f
commit 6372fa4ef3
2 changed files with 66 additions and 34 deletions

View File

@@ -6,31 +6,51 @@ metadata:
name: alertmanager
description: null
options:
retention:
default: 120h
listenLocal:
default: false
examples:
- 120h
- false
type: boolean
domain:
default: your-company
examples:
- your-company
type: string
app-group:
default: monitor
examples:
- monitor
type: string
sub-domain:
default: alertmanager
examples:
- alertmanager
type: string
logLevel:
default: info
examples:
- info
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
listenLocal:
default: false
domain-name:
default: your_company.com
examples:
- false
type: boolean
sub-domain:
default: alertmanager
examples:
- alertmanager
- your_company.com
type: string
domain:
default: your-company
retention:
default: 120h
examples:
- your-company
- 120h
type: string
replicas:
default: 1
examples:
- 1
type: integer
ingress-class:
default: traefik
examples:
@@ -75,26 +95,6 @@ options:
type: string
type: object
type: object
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
logLevel:
default: info
examples:
- info
type: string
replicas:
default: 1
examples:
- 1
type: integer
app-group:
default: monitor
examples:
- monitor
type: string
dependencies:
- dist: null
category: share