mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-13 22:39:06 +02:00
add traefik dashboard ingress
This commit is contained in:
@@ -34,5 +34,13 @@ variable "replica_count" {
|
||||
variable "values_file" {
|
||||
description = "The name of the traefik helmchart values file to use"
|
||||
type = string
|
||||
default = "traefik-values.yml"
|
||||
}
|
||||
|
||||
variable "traefik_template_values" {
|
||||
default = {}
|
||||
}
|
||||
|
||||
variable "traefik_dashboard_ingress_file" {
|
||||
description = "The name of the kubernetes manifest file to use"
|
||||
type = string
|
||||
}
|
Reference in New Issue
Block a user