標準のmime.typesでは .xml が text/xml 扱いとなりcharsetが付与されず、 ブラウザやGoogle Search Consoleなどのツールが正しく解釈できない 場合があった。 templates/configmap.yaml のnginx設定に location = /sitemap.xml を 追加し、types {} + default_type で明示的にContent-Typeを指定する ようにした。静的ファイルの場合のみ有効(PHP動的生成には別途 header()指定が必要)。設定不要・常時有効。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>