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