まとめnginx.confなどの設定ファイルをkubernetesのConfig
まとめ
nginx.conf などの設定ファイルを kubernetes の ConfigMap で記述し、Volume としてマウントすることが出来る。
ドキュメントはこの辺り。
- [Configure a Pod to Use a ConfigMap | Kubernetes](https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/add-configmap-data-to-a-volume)
- [Volumes | Kubernetes](https://ku