This commit is contained in:
2024-01-23 16:43:41 +01:00
parent 99b0ca744e
commit b61e510acf
3 changed files with 129 additions and 44 deletions

View File

@@ -6,45 +6,21 @@ metadata:
name: grafana
description: null
options:
app-group:
default: monitor
examples:
- monitor
type: string
volume:
default:
accessMode: ReadWriteOnce
size: 10Gi
examples:
- accessMode: ReadWriteOnce
size: 10Gi
properties:
accessMode:
default: ReadWriteOnce
enum:
- ReadWriteOnce
- ReadOnlyMany
- ReadWriteMany
type: string
size:
default: 10Gi
type: string
type: object
sub-domain:
default: grafana
examples:
- grafana
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
domain:
default: your-company
examples:
- your-company
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
images:
default:
busybox:
@@ -142,28 +118,52 @@ options:
type: string
type: object
type: object
issuer:
default: letsencrypt-prod
volume:
default:
accessMode: ReadWriteOnce
size: 10Gi
examples:
- letsencrypt-prod
- accessMode: ReadWriteOnce
size: 10Gi
properties:
accessMode:
default: ReadWriteOnce
enum:
- ReadWriteOnce
- ReadOnlyMany
- ReadWriteMany
type: string
size:
default: 10Gi
type: string
type: object
app-group:
default: monitor
examples:
- monitor
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
sub-domain:
default: grafana
examples:
- grafana
type: string
admin_name:
default: grafana_admin
examples:
- grafana_admin
type: string
domain:
default: your-company
examples:
- your-company
type: string
dependencies: []
providers:
kubernetes: true
authentik: true
kubectl: true
postgresql: null
restapi: null
http: null
restapi: true
http: true
gitea: null
tfaddtype: null