This commit is contained in:
2024-01-23 16:32:15 +01:00
parent 8c0262e9ba
commit 452cd4ab9a

View File

@@ -6,6 +6,11 @@ metadata:
name: grafana name: grafana
description: null description: null
options: options:
domain:
default: your-company
examples:
- your-company
type: string
images: images:
default: default:
busybox: busybox:
@@ -103,31 +108,21 @@ options:
type: string type: string
type: object type: object
type: object type: object
domain: admin_name:
default: your-company default: grafana_admin
examples: examples:
- your-company - grafana_admin
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
type: string type: string
issuer: issuer:
default: letsencrypt-prod default: letsencrypt-prod
examples: examples:
- letsencrypt-prod - letsencrypt-prod
type: string type: string
app-group:
default: monitor
examples:
- monitor
type: string
volume: volume:
default: default:
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
@@ -147,11 +142,21 @@ options:
default: 10Gi default: 10Gi
type: string type: string
type: object type: object
sub-domain:
default: grafana
examples:
- grafana
type: string
ingress-class: ingress-class:
default: traefik default: traefik
examples: examples:
- traefik - traefik
type: string type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
dependencies: [] dependencies: []
providers: providers:
kubernetes: true kubernetes: true