add outpost for k8s for authentik[ci skip]

This commit is contained in:
Viktor Barzin 2024-11-18 21:46:01 +00:00
parent d29ed57154
commit d2b3df907b

View file

@ -58,6 +58,18 @@ resource "kubernetes_ingress_v1" "authentik" {
}
}
}
path {
path = "/outpost.goauthentik.io"
path_type = "Prefix"
backend {
service {
name = "ak-outpost-authentik-embedded-outpost"
port {
number = 9000
}
}
}
}
}
}
}