add outpost for k8s for authentik[ci skip]
This commit is contained in:
parent
d29ed57154
commit
d2b3df907b
1 changed files with 12 additions and 0 deletions
|
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue