mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-13 14:29:06 +02:00
add traefik dashboard ingress
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
output "traefik_dashboard_username" {
|
||||
value = module.nlb.traefik_dashboard_username
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
output "traefik_dashboard_password" {
|
||||
value = module.nlb.traefik_dashboard_password
|
||||
sensitive = true
|
||||
}
|
Reference in New Issue
Block a user