This commit is contained in:
2023-10-19 13:16:16 +02:00
parent d61d6e1660
commit 0bedf5f777
16 changed files with 819 additions and 827 deletions

View File

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

View File

@@ -36,8 +36,7 @@ module "application" {
component = var.component
instance = var.instance
app-group = var.app-group
sub-domain = var.sub-domain
domain-name = var.domain-name
dns-name = local.dns-name
icon = local.icon
protocol_provider = module.forward.provider-id
providers = {