fix
This commit is contained in:
@@ -62,7 +62,7 @@ data "kustomization_overlay" "data" {
|
|||||||
- name: Alertmanager
|
- name: Alertmanager
|
||||||
type: alertmanager
|
type: alertmanager
|
||||||
uid: alertmanager
|
uid: alertmanager
|
||||||
url: http://prometheus-community-kube-alertmanager.${var.namespace}:9093/
|
url: http://alertmanager-operated.${var.namespace}:9093/
|
||||||
access: proxy
|
access: proxy
|
||||||
jsonData:
|
jsonData:
|
||||||
handleGrafanaManagedAlerts: false
|
handleGrafanaManagedAlerts: false
|
||||||
|
|||||||
@@ -6,6 +6,41 @@ metadata:
|
|||||||
name: alertmanager
|
name: alertmanager
|
||||||
description: null
|
description: null
|
||||||
options:
|
options:
|
||||||
|
replicas:
|
||||||
|
default: 1
|
||||||
|
examples:
|
||||||
|
- 1
|
||||||
|
type: integer
|
||||||
|
retention:
|
||||||
|
default: 120h
|
||||||
|
examples:
|
||||||
|
- 120h
|
||||||
|
type: string
|
||||||
|
app-group:
|
||||||
|
default: monitor
|
||||||
|
examples:
|
||||||
|
- monitor
|
||||||
|
type: string
|
||||||
|
ingress-class:
|
||||||
|
default: traefik
|
||||||
|
examples:
|
||||||
|
- traefik
|
||||||
|
type: string
|
||||||
|
sub-domain:
|
||||||
|
default: alertmanager
|
||||||
|
examples:
|
||||||
|
- alertmanager
|
||||||
|
type: string
|
||||||
|
issuer:
|
||||||
|
default: letsencrypt-prod
|
||||||
|
examples:
|
||||||
|
- letsencrypt-prod
|
||||||
|
type: string
|
||||||
|
domain:
|
||||||
|
default: your-company
|
||||||
|
examples:
|
||||||
|
- your-company
|
||||||
|
type: string
|
||||||
images:
|
images:
|
||||||
default:
|
default:
|
||||||
alertmanager:
|
alertmanager:
|
||||||
@@ -45,56 +80,21 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
sub-domain:
|
|
||||||
default: alertmanager
|
|
||||||
examples:
|
|
||||||
- alertmanager
|
|
||||||
type: string
|
|
||||||
issuer:
|
|
||||||
default: letsencrypt-prod
|
|
||||||
examples:
|
|
||||||
- letsencrypt-prod
|
|
||||||
type: string
|
|
||||||
app-group:
|
|
||||||
default: monitor
|
|
||||||
examples:
|
|
||||||
- monitor
|
|
||||||
type: string
|
|
||||||
replicas:
|
|
||||||
default: 1
|
|
||||||
examples:
|
|
||||||
- 1
|
|
||||||
type: integer
|
|
||||||
listenLocal:
|
|
||||||
default: false
|
|
||||||
examples:
|
|
||||||
- false
|
|
||||||
type: boolean
|
|
||||||
domain-name:
|
domain-name:
|
||||||
default: your_company.com
|
default: your_company.com
|
||||||
examples:
|
examples:
|
||||||
- your_company.com
|
- your_company.com
|
||||||
type: string
|
type: string
|
||||||
retention:
|
|
||||||
default: 120h
|
|
||||||
examples:
|
|
||||||
- 120h
|
|
||||||
type: string
|
|
||||||
ingress-class:
|
|
||||||
default: traefik
|
|
||||||
examples:
|
|
||||||
- traefik
|
|
||||||
type: string
|
|
||||||
domain:
|
|
||||||
default: your-company
|
|
||||||
examples:
|
|
||||||
- your-company
|
|
||||||
type: string
|
|
||||||
logLevel:
|
logLevel:
|
||||||
default: info
|
default: info
|
||||||
examples:
|
examples:
|
||||||
- info
|
- info
|
||||||
type: string
|
type: string
|
||||||
|
listenLocal:
|
||||||
|
default: false
|
||||||
|
examples:
|
||||||
|
- false
|
||||||
|
type: boolean
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
category: share
|
category: share
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ data:
|
|||||||
- name: Alertmanager
|
- name: Alertmanager
|
||||||
type: alertmanager
|
type: alertmanager
|
||||||
uid: alertmanager
|
uid: alertmanager
|
||||||
url: http://prometheus-community-kube-alertmanager.vynil-monitor:9093/
|
url: http://alertmanager-operated.vynil-monitor:9093/
|
||||||
access: proxy
|
access: proxy
|
||||||
jsonData:
|
jsonData:
|
||||||
handleGrafanaManagedAlerts: false
|
handleGrafanaManagedAlerts: false
|
||||||
|
|||||||
Reference in New Issue
Block a user