This commit is contained in:
2024-01-24 15:08:13 +01:00
parent 92e9be6fa6
commit 1662fca251
3 changed files with 45 additions and 40 deletions

View File

@@ -6,41 +6,16 @@ metadata:
name: grafana
description: null
options:
admin_name:
default: grafana_admin
examples:
- grafana_admin
type: string
app-group:
default: monitor
examples:
- monitor
type: string
domain:
default: your-company
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
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
images:
default:
busybox:
@@ -138,6 +113,11 @@ options:
type: string
type: object
type: object
domain:
default: your-company
examples:
- your-company
type: string
volume:
default:
accessMode: ReadWriteOnce
@@ -157,6 +137,26 @@ options:
default: 10Gi
type: string
type: object
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
admin_name:
default: grafana_admin
examples:
- grafana_admin
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
dependencies: []
providers:
kubernetes: true