fix
This commit is contained in:
@@ -38,7 +38,7 @@ data "kustomization_overlay" "data" {
|
|||||||
spec:
|
spec:
|
||||||
image: "${var.images.alertmanager.registry}/${var.images.alertmanager.repository}:${var.images.alertmanager.tag}"
|
image: "${var.images.alertmanager.registry}/${var.images.alertmanager.repository}:${var.images.alertmanager.tag}"
|
||||||
version: ${var.images.alertmanager.tag}
|
version: ${var.images.alertmanager.tag}
|
||||||
externalUrl: http://prometheus-community-kube-alertmanager.${var.namespace}:9093
|
externalUrl: http://alertmanager-operated.${var.namespace}:9093
|
||||||
replicas: ${var.replicas}
|
replicas: ${var.replicas}
|
||||||
listenLocal: ${var.listenLocal}
|
listenLocal: ${var.listenLocal}
|
||||||
logLevel: "${var.logLevel}"
|
logLevel: "${var.logLevel}"
|
||||||
|
|||||||
@@ -6,40 +6,45 @@ metadata:
|
|||||||
name: alertmanager
|
name: alertmanager
|
||||||
description: null
|
description: null
|
||||||
options:
|
options:
|
||||||
replicas:
|
domain:
|
||||||
default: 1
|
default: your-company
|
||||||
examples:
|
examples:
|
||||||
- 1
|
- your-company
|
||||||
type: integer
|
|
||||||
retention:
|
|
||||||
default: 120h
|
|
||||||
examples:
|
|
||||||
- 120h
|
|
||||||
type: string
|
type: string
|
||||||
app-group:
|
app-group:
|
||||||
default: monitor
|
default: monitor
|
||||||
examples:
|
examples:
|
||||||
- monitor
|
- monitor
|
||||||
type: string
|
type: string
|
||||||
ingress-class:
|
issuer:
|
||||||
default: traefik
|
default: letsencrypt-prod
|
||||||
examples:
|
examples:
|
||||||
- traefik
|
- letsencrypt-prod
|
||||||
type: string
|
type: string
|
||||||
sub-domain:
|
sub-domain:
|
||||||
default: alertmanager
|
default: alertmanager
|
||||||
examples:
|
examples:
|
||||||
- alertmanager
|
- alertmanager
|
||||||
type: string
|
type: string
|
||||||
issuer:
|
retention:
|
||||||
default: letsencrypt-prod
|
default: 120h
|
||||||
examples:
|
examples:
|
||||||
- letsencrypt-prod
|
- 120h
|
||||||
type: string
|
type: string
|
||||||
domain:
|
ingress-class:
|
||||||
default: your-company
|
default: traefik
|
||||||
examples:
|
examples:
|
||||||
- your-company
|
- traefik
|
||||||
|
type: string
|
||||||
|
listenLocal:
|
||||||
|
default: false
|
||||||
|
examples:
|
||||||
|
- false
|
||||||
|
type: boolean
|
||||||
|
domain-name:
|
||||||
|
default: your_company.com
|
||||||
|
examples:
|
||||||
|
- your_company.com
|
||||||
type: string
|
type: string
|
||||||
images:
|
images:
|
||||||
default:
|
default:
|
||||||
@@ -80,21 +85,16 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
domain-name:
|
replicas:
|
||||||
default: your_company.com
|
default: 1
|
||||||
examples:
|
examples:
|
||||||
- your_company.com
|
- 1
|
||||||
type: string
|
type: integer
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user