This commit is contained in:
2024-01-24 15:09:36 +01:00
parent 1662fca251
commit 0c1c530082
2 changed files with 21 additions and 20 deletions

View File

@@ -6,11 +6,31 @@ metadata:
name: grafana
description: null
options:
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
app-group:
default: monitor
examples:
- monitor
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
domain:
default: your-company
examples:
- your-company
type: string
sub-domain:
default: grafana
examples:
@@ -113,11 +133,6 @@ options:
type: string
type: object
type: object
domain:
default: your-company
examples:
- your-company
type: string
volume:
default:
accessMode: ReadWriteOnce
@@ -137,26 +152,11 @@ 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

View File

@@ -49,6 +49,7 @@ module "oauth2" {
component = var.component
instance = var.instance
namespace = var.namespace
domain = var.domain
labels = local.common-labels
dns_name = local.dns-name
redirect_path = "login/generic_oauth"