Skip to content

Commit

Permalink
fix(authentik): RADIUS outpost probes
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Nov 30, 2024
1 parent 6de7ee3 commit 2092c7b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions kube/deploy/apps/authentik/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,13 +293,15 @@ spec:
port: 389
targetPort: 3389
protocol: TCP
appProtocol: ldap
ldap-udp:
<<: *ldap
protocol: UDP
ldaps-tcp: &ldaps
port: 636
targetPort: 6636
protocol: TCP
appProtocol: ldaps
ldaps-udp:
<<: *ldaps
protocol: UDP
Expand All @@ -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
Expand Down

0 comments on commit 2092c7b

Please sign in to comment.