Add rule to keep the IP address

This commit is contained in:
Nik Afiq 2026-03-25 23:17:50 +09:00
parent 8152679c67
commit dc8b485b51

View File

@ -34,6 +34,8 @@ ports:
service:
type: LoadBalancer
spec:
externalTrafficPolicy: Local
additionalArguments:
- "--certificatesresolvers.letsencrypt.acme.httpchallenge=true"