fix: allow ACME solver port 8089 in Authelia NetworkPolicy

Same fix as flux-system: Traefik needs to reach the cert-manager
ACME HTTP-01 solver pod on port 8089 for TLS certificate issuance.
This commit is contained in:
2026-02-19 23:13:32 +00:00
parent a5c1772e4e
commit bc89216548

View File

@@ -96,3 +96,5 @@ spec:
ports: ports:
- port: 9091 - port: 9091
protocol: TCP protocol: TCP
- port: 8089
protocol: TCP