From 2092c7b258210f9df984c44f2db1c3630f4385ba Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sun, 1 Dec 2024 02:44:48 +0800 Subject: [PATCH] fix(authentik): RADIUS outpost probes --- kube/deploy/apps/authentik/app/hr.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/kube/deploy/apps/authentik/app/hr.yaml b/kube/deploy/apps/authentik/app/hr.yaml index d7861827ec..c5961f66ae 100644 --- a/kube/deploy/apps/authentik/app/hr.yaml +++ b/kube/deploy/apps/authentik/app/hr.yaml @@ -293,6 +293,7 @@ spec: port: 389 targetPort: 3389 protocol: TCP + appProtocol: ldap ldap-udp: <<: *ldap protocol: UDP @@ -300,6 +301,7 @@ spec: port: 636 targetPort: 6636 protocol: TCP + appProtocol: ldaps ldaps-udp: <<: *ldaps protocol: UDP @@ -311,13 +313,13 @@ spec: coredns.io/hostname: "${APP_DNS_AUTHENTIK_RADIUS:=authentik-radius}" io.cilium/lb-ipam-ips: "${APP_IP_AUTHENTIK_RADIUS:=127.0.0.1}" ports: - radius-udp: &radius + radius-tcp: &radius port: 1812 - protocol: UDP + protocol: TCP appProtocol: radius - radius-tcp: + radius-udp: <<: *radius - protocol: TCP + protocol: UDP ingress: main: className: nginx-external