outposts/proxy: use Prefix in ingress for k8s

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-03-15 19:01:05 +01:00
parent 0f56d00959
commit 53d0205e86
1 changed files with 2 additions and 2 deletions

View File

@ -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",
)
]
),