From 1f6853b3475496731d3a6ffa90219e5a76b91e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Mon, 22 Jan 2024 16:03:26 +0100 Subject: [PATCH] fix --- monitor/alertmanager/index.yaml | 47 +++++++++--------- monitor/prometheus/index.yaml | 85 +++++++++++++++++---------------- 2 files changed, 69 insertions(+), 63 deletions(-) diff --git a/monitor/alertmanager/index.yaml b/monitor/alertmanager/index.yaml index dee1af6..cccda3f 100644 --- a/monitor/alertmanager/index.yaml +++ b/monitor/alertmanager/index.yaml @@ -6,6 +6,21 @@ metadata: name: alertmanager description: null options: + listenLocal: + default: false + examples: + - false + type: boolean + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string + logLevel: + default: info + examples: + - info + type: string retention: default: 120h examples: @@ -55,26 +70,16 @@ options: examples: - your-company type: string - listenLocal: - default: false + replicas: + default: 1 examples: - - false - type: boolean - logLevel: - default: info - examples: - - info - type: string + - 1 + type: integer sub-domain: default: to-be-set examples: - to-be-set type: string - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string ingress-class: default: traefik examples: @@ -85,18 +90,16 @@ options: examples: - your_company.com type: string - replicas: - default: 1 - examples: - - 1 - type: integer -dependencies: [] +dependencies: +- dist: null + category: share + component: authentik-forward providers: kubernetes: true authentik: true kubectl: true postgresql: null - restapi: null - http: null + restapi: true + http: true gitea: null tfaddtype: null diff --git a/monitor/prometheus/index.yaml b/monitor/prometheus/index.yaml index 9674969..f5eebe1 100644 --- a/monitor/prometheus/index.yaml +++ b/monitor/prometheus/index.yaml @@ -6,41 +6,26 @@ metadata: name: prometheus description: null options: - sub-domain: - default: prometheus - examples: - - prometheus - type: string - domain: - default: your-company - examples: - - your-company - type: string - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string - shards: - default: 1 - examples: - - 1 - type: integer - retention: - default: 10d - examples: - - 10d - type: string - ingress-class: - default: traefik - examples: - - traefik - type: string domain-name: default: your_company.com examples: - your_company.com type: string + listenLocal: + default: false + examples: + - false + type: boolean + enableAdminAPI: + default: false + examples: + - false + type: boolean + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string replicas: default: 1 examples: @@ -51,11 +36,21 @@ options: examples: - info type: string - enableAdminAPI: - default: false + retention: + default: 10d examples: - - false - type: boolean + - 10d + type: string + sub-domain: + default: prometheus + examples: + - prometheus + type: string + shards: + default: 1 + examples: + - 1 + type: integer images: default: prometheus: @@ -95,18 +90,26 @@ options: type: string type: object type: object - listenLocal: - default: false + ingress-class: + default: traefik examples: - - false - type: boolean -dependencies: [] + - traefik + type: string + domain: + default: your-company + examples: + - your-company + type: string +dependencies: +- dist: null + category: share + component: authentik-forward providers: kubernetes: true authentik: true kubectl: true postgresql: null - restapi: null - http: null + restapi: true + http: true gitea: null tfaddtype: null