outposts/proxy: use Prefix in ingress for k8s
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
0f56d00959
commit
53d0205e86
|
@ -129,7 +129,7 @@ class IngressReconciler(KubernetesObjectReconciler[V1Ingress]):
|
|||
),
|
||||
),
|
||||
path="/outpost.goauthentik.io",
|
||||
path_type="ImplementationSpecific",
|
||||
path_type="Prefix",
|
||||
)
|
||||
]
|
||||
),
|
||||
|
@ -147,7 +147,7 @@ class IngressReconciler(KubernetesObjectReconciler[V1Ingress]):
|
|||
),
|
||||
),
|
||||
path="/",
|
||||
path_type="ImplementationSpecific",
|
||||
path_type="Prefix",
|
||||
)
|
||||
]
|
||||
),
|
||||
|
|
Reference in New Issue