mirror of
https://github.com/shadoll/redmine-mcp.git
synced 2026-08-28 03:27:56 +00:00
feat: add MCP_ALLOWED_HOSTS support for reverse proxy configuration
This commit is contained in:
@@ -12,4 +12,7 @@ stringData:
|
||||
{{- if .Values.auth.token }}
|
||||
MCP_AUTH_TOKEN: {{ .Values.auth.token | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.auth.allowedHosts }}
|
||||
MCP_ALLOWED_HOSTS: {{ .Values.auth.allowedHosts | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user