Kodai Matsumoto
Kodai Matsumoto
## Summary misskey helm chartの改善を行いたい。 現状のmisskey helm chart周りを見ると適切に整備されてるとはあまり言えず、production readyな構成とは言えない状態です。 https://github.com/misskey-dev/misskey/tree/develop/chart これらを最低限、適切な環境で使用できるように改善したいと思っています。 具体的には以下を改善予定です。 - PostgreSQL/Redisのコンテナがmisskey Podのサイドカーとしてロードされているので分離する - HA構成のサポート - Rolling Upgradeのサポート - HPAサポート - Values周りをhelmのデファクトスタンダードな構成に改善する - ドキュメント周りの整備
The presence of a schema with the same field as `ref` in `allOf` will generate unexpected validation
With the following json schema, `useRefAllOf` is expected to apply `minItems: 1` and `maxItems: 5`, and `useOnlyRef` is expected to apply only `minItems: 1`. In practice, however, `useOnlyRef` also applies...
- fixed #516 - Add `PodDisruptionBudget` to helm chart
## Feature request Add `PodDisruptionBudget` template to istio-csr's helm chart.