Skip to content

Commit

Permalink
fix: added PROXY_PROTOCOL environment variable (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
bidord authored Dec 24, 2024
1 parent dcd3c51 commit a80d638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mailu/templates/envvars-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ data:
PROXY_AUTH_CREATE: {{ .Values.proxyAuth.create | quote }}
PROXY_AUTH_HEADER: {{ .Values.proxyAuth.header | quote }}
PROXY_AUTH_WHITELIST: {{ .Values.proxyAuth.whitelist | quote }}
PROXY_PROTOCOL: {{ include "mailu.proxyProtocolPorts" . | quote }}
RATELIMIT_STORAGE_URL: {{ printf "redis://%s:%s/%s" (include "mailu.redis.serviceFqdn" .) (include "mailu.redis.port" .) (include "mailu.redis.db.rateLimit" .) }}
REAL_IP_FROM: {{ .Values.ingress.realIpFrom | quote }}
REAL_IP_HEADER: {{ .Values.ingress.realIpHeader | quote }}
Expand Down

0 comments on commit a80d638

Please sign in to comment.