This commit is contained in:
2024-01-23 16:38:34 +01:00
parent dc6ea54945
commit 3ee19b9e3f
2 changed files with 39 additions and 33 deletions

View File

@@ -6,40 +6,15 @@ metadata:
name: grafana
description: null
options:
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
domain:
default: your-company
examples:
- your-company
type: string
sub-domain:
default: grafana
examples:
- grafana
type: string
issuer:
default: letsencrypt-prod
domain-name:
default: your_company.com
examples:
- letsencrypt-prod
type: string
admin_name:
default: grafana_admin
examples:
- grafana_admin
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
app-group:
default: monitor
examples:
- monitor
- your_company.com
type: string
volume:
default:
@@ -60,6 +35,21 @@ options:
default: 10Gi
type: string
type: object
app-group:
default: monitor
examples:
- monitor
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
admin_name:
default: grafana_admin
examples:
- grafana_admin
type: string
images:
default:
busybox:
@@ -157,6 +147,16 @@ options:
type: string
type: object
type: object
domain:
default: your-company
examples:
- your-company
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
dependencies: []
providers:
kubernetes: true