This commit is contained in:
2023-12-02 20:51:41 +01:00
parent e85aa80323
commit e1cd2ea8f3
16 changed files with 199 additions and 180 deletions

View File

@@ -18,5 +18,7 @@ data "kubernetes_secret_v1" "authentik" {
}
data "kustomization_overlay" "data" {
namespace = var.namespace
common_labels = local.common-labels
resources = []
}

View File

@@ -6,36 +6,36 @@ metadata:
name: traefik-ui
description: Access to the Traefik UI
options:
ingress-class:
default: traefik
domain:
default: your-company
examples:
- traefik
type: string
app-group:
default: infra
examples:
- infra
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
- your-company
type: string
sub-domain:
default: traefik
examples:
- traefik
type: string
domain:
default: your-company
ingress-class:
default: traefik
examples:
- your-company
- traefik
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
app-group:
default: infra
examples:
- infra
type: string
dependencies:
- dist: null
category: share