This commit is contained in:
2024-01-24 14:12:50 +01:00
parent 7e2440ef75
commit 974d30ef28
12 changed files with 186 additions and 121 deletions

View File

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