Specify custom check interval for authentik

This commit is contained in:
Ivan R. 2024-11-14 20:35:42 +05:00
parent 9a9da8e7d0
commit d4fef61c41
Signed by: lumin
GPG key ID: E0937DC7CD6D3817

View file

@ -187,8 +187,8 @@ backend authentik
mode http
option httpchk GET /-/health/live/
http-check expect status 200
server s1 authentik-1:9000 check
server s2 authentik-2:9000 check
server s1 authentik-1:9000 check inter 10s
server s2 authentik-2:9000 check inter 10s
backend authentik_ldap
mode tcp
@ -196,8 +196,8 @@ backend authentik_ldap
http-check connect port 9300
http-check send meth GET uri /outpost.goauthentik.io/ping
http-check expect status 204
server s1 authentik-ldap-1:3389 check
server s2 authentik-ldap-2:3389 check
server s1 authentik-ldap-1:3389 check inter 10s
server s2 authentik-ldap-2:3389 check inter 10s
backend nextcloud
mode http