fix
This commit is contained in:
@@ -4,12 +4,12 @@ kind: Component
|
||||
category: monitor
|
||||
metadata:
|
||||
name: grafana
|
||||
description: null
|
||||
description: Grafana is the open source analytics & monitoring solution for every database.
|
||||
options:
|
||||
domain_name:
|
||||
default: your_company.com
|
||||
admin_name:
|
||||
default: grafana_admin
|
||||
examples:
|
||||
- your_company.com
|
||||
- grafana_admin
|
||||
type: string
|
||||
storage:
|
||||
default:
|
||||
@@ -54,15 +54,15 @@ options:
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
ingress_class:
|
||||
default: traefik
|
||||
app_group:
|
||||
default: monitor
|
||||
examples:
|
||||
- traefik
|
||||
- monitor
|
||||
type: string
|
||||
sub_domain:
|
||||
default: grafana
|
||||
domain_name:
|
||||
default: your_company.com
|
||||
examples:
|
||||
- grafana
|
||||
- your_company.com
|
||||
type: string
|
||||
issuer:
|
||||
default: letsencrypt-prod
|
||||
@@ -74,16 +74,6 @@ options:
|
||||
examples:
|
||||
- your-company
|
||||
type: string
|
||||
admin_name:
|
||||
default: grafana_admin
|
||||
examples:
|
||||
- grafana_admin
|
||||
type: string
|
||||
app_group:
|
||||
default: monitor
|
||||
examples:
|
||||
- monitor
|
||||
type: string
|
||||
images:
|
||||
default:
|
||||
busybox:
|
||||
@@ -181,6 +171,16 @@ options:
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
sub_domain:
|
||||
default: grafana
|
||||
examples:
|
||||
- grafana
|
||||
type: string
|
||||
ingress_class:
|
||||
default: traefik
|
||||
examples:
|
||||
- traefik
|
||||
type: string
|
||||
dependencies: []
|
||||
providers:
|
||||
kubernetes: true
|
||||
|
||||
Reference in New Issue
Block a user