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:
9
oci-managed/nlb/output.tf
Normal file
9
oci-managed/nlb/output.tf
Normal file
@@ -0,0 +1,9 @@
|
||||
output "traefik_dashboard_password" {
|
||||
value = random_password.traefik_dashboard_password.result
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
output "traefik_dashboard_username" {
|
||||
value = "admin"
|
||||
sensitive = true
|
||||
}
|
Reference in New Issue
Block a user