This commit is contained in:
2024-01-22 15:57:39 +01:00
parent bb9c0e745d
commit b8d9474cb1
2 changed files with 59 additions and 59 deletions

View File

@@ -6,10 +6,10 @@ metadata:
name: domain-monitor
description: null
options:
issuer:
default: letsencrypt-prod
app-group:
default: infra
examples:
- letsencrypt-prod
- infra
type: string
backups:
default:
@@ -41,31 +41,30 @@ options:
default: backup-settings
type: string
type: object
ingress-class:
default: traefik
examples:
- traefik
type: string
distributions:
prometheus:
default:
core: core
domain: domain
enable: true
examples:
- core: core
domain: domain
- enable: true
properties:
core:
default: core
type: string
domain:
default: domain
type: string
enable:
default: true
type: boolean
type: object
domain-name:
default: your_company.com
x-vynil-category: monitor
x-vynil-package: prometheus
monitor-control-plan:
default:
enable: false
examples:
- your_company.com
type: string
- enable: false
properties:
enable:
default: false
type: boolean
type: object
x-vynil-category: monitor
x-vynil-package: monitor-control-plan
node-exporter:
default:
enable: true
@@ -78,18 +77,6 @@ options:
type: object
x-vynil-category: monitor
x-vynil-package: node-exporter
kube-state-metrics:
default:
enable: true
examples:
- enable: true
properties:
enable:
default: true
type: boolean
type: object
x-vynil-category: monitor
x-vynil-package: kube-state-metrics
storage-classes:
default:
BlockReadWriteMany: ''
@@ -115,23 +102,31 @@ options:
default: ''
type: string
type: object
app-group:
default: infra
issuer:
default: letsencrypt-prod
examples:
- infra
- letsencrypt-prod
type: string
prometheus:
default:
enable: true
ingress-class:
default: traefik
examples:
- enable: true
- traefik
type: string
distributions:
default:
core: core
domain: domain
examples:
- core: core
domain: domain
properties:
enable:
default: true
type: boolean
core:
default: core
type: string
domain:
default: domain
type: string
type: object
x-vynil-category: monitor
x-vynil-package: prometheus
alertmanager:
default:
enable: true
@@ -144,23 +139,28 @@ options:
type: object
x-vynil-category: monitor
x-vynil-package: alertmanager
kube-state-metrics:
default:
enable: true
examples:
- enable: true
properties:
enable:
default: true
type: boolean
type: object
x-vynil-category: monitor
x-vynil-package: kube-state-metrics
domain:
default: your-company
examples:
- your-company
type: string
monitor-control-plan:
default:
enable: false
domain-name:
default: your_company.com
examples:
- enable: false
properties:
enable:
default: false
type: boolean
type: object
x-vynil-category: monitor
x-vynil-package: monitor-control-plan
- your_company.com
type: string
dependencies: []
providers:
kubernetes: true