fix
This commit is contained in:
@@ -11,6 +11,11 @@ options:
|
||||
examples:
|
||||
- traefik
|
||||
type: string
|
||||
issuer:
|
||||
default: letsencrypt-prod
|
||||
examples:
|
||||
- letsencrypt-prod
|
||||
type: string
|
||||
domain:
|
||||
default: your-company
|
||||
examples:
|
||||
@@ -21,11 +26,6 @@ options:
|
||||
examples:
|
||||
- traefik
|
||||
type: string
|
||||
issuer:
|
||||
default: letsencrypt-prod
|
||||
examples:
|
||||
- letsencrypt-prod
|
||||
type: string
|
||||
app_group:
|
||||
default: infra
|
||||
examples:
|
||||
|
||||
@@ -8,7 +8,7 @@ locals {
|
||||
Authorization = "Bearer ${data.kubernetes_secret_v1.authentik.data["AUTHENTIK_BOOTSTRAP_TOKEN"]}"
|
||||
}
|
||||
service = {
|
||||
"name" = "${var.component}-${var.instance}"
|
||||
"name" = "${var.instance}${var.component==""?"":"-"}${var.component}"
|
||||
"port" = {
|
||||
"number" = 80
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user