From 452cd4ab9af2a051bcd1d0f91398f974db20e8d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Tue, 23 Jan 2024 16:32:15 +0100 Subject: [PATCH] fix --- monitor/grafana/index.yaml | 41 +++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/monitor/grafana/index.yaml b/monitor/grafana/index.yaml index e0ece25..3dc85fe 100644 --- a/monitor/grafana/index.yaml +++ b/monitor/grafana/index.yaml @@ -6,6 +6,11 @@ metadata: name: grafana description: null options: + domain: + default: your-company + examples: + - your-company + type: string images: default: busybox: @@ -103,31 +108,21 @@ options: type: string type: object type: object - domain: - default: your-company + admin_name: + default: grafana_admin examples: - - your-company - type: string - sub-domain: - default: grafana - examples: - - grafana - type: string - domain-name: - default: your_company.com - examples: - - your_company.com - type: string - app-group: - default: monitor - examples: - - monitor + - grafana_admin type: string issuer: default: letsencrypt-prod examples: - letsencrypt-prod type: string + app-group: + default: monitor + examples: + - monitor + type: string volume: default: accessMode: ReadWriteOnce @@ -147,11 +142,21 @@ options: default: 10Gi type: string type: object + sub-domain: + default: grafana + examples: + - grafana + type: string ingress-class: default: traefik examples: - traefik type: string + domain-name: + default: your_company.com + examples: + - your_company.com + type: string dependencies: [] providers: kubernetes: true