add outpost for k8s for authentik[ci skip]

This commit is contained in:
Viktor Barzin 2024-11-18 21:46:01 +00:00
parent cb3ec53d41
commit d909a7ee4e
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

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
}
}
}
}
}
}
}