This commit is contained in:
2023-10-18 17:58:26 +02:00
parent 48f6a85519
commit 6eb84da3eb
6 changed files with 122 additions and 116 deletions

View File

@@ -4,6 +4,9 @@ variable "component" {
variable "instance" {
type = string
}
variable "icon" {
type = string
}
variable "domain" {
type = string
}
@@ -13,12 +16,9 @@ variable "namespace" {
variable "ingress-class" {
type = string
}
variable "labels" {
type = map(string)
}
variable "dns-names" {
type = list(string)
}
@@ -26,5 +26,5 @@ variable "access-token-validity" {
type = string
default = "hours=10" // ;minutes=10
}
variable "service" {
}