Update terraform/authentik/proxy-apps.tfvars
All checks were successful
Terraform / Terraform (push) Successful in 34s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 16s

This commit is contained in:
ab
2025-12-29 02:01:52 +00:00
parent 22382b63a1
commit 063a4a502b

View File

@@ -51,6 +51,9 @@ proxy_applications = {
internal_host = "http://secret-reader.k8s-secret.svc:80" internal_host = "http://secret-reader.k8s-secret.svc:80"
internal_host_ssl_validation = false internal_host_ssl_validation = false
meta_description = "" meta_description = ""
skip_path_regex = <<-EOT
/webhook/
EOT
meta_icon = "https://img.icons8.com/ios-filled/50/password.png" meta_icon = "https://img.icons8.com/ios-filled/50/password.png"
mode = "proxy" mode = "proxy"
outpost = "kubernetes-outpost" outpost = "kubernetes-outpost"