Skip to content

Commit

Permalink
update: README-JP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylic-style committed Mar 24, 2024
1 parent 73b5ccf commit 5edd75e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README-JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ redis:
password: "password"
```
環境変数を指定してKuvelを設定することもできます。環境変数はconfig.ymlよりも優先され、以下の項目が設定可能です:
- `KUVEL_NAMESPACE`
- `KUVEL_REDIS_GROUPNAME`
- `KUVEL_REDIS_CONNECTION_HOSTNAME`
- `KUVEL_REDIS_CONNECTION_PORT`
- `KUVEL_REDIS_CONNECTION_USERNAME`
- `KUVEL_REDIS_CONNECTION_PASSWORD`

Kuvelがサーバーを監視するためには、Kubernetesに対して権限を要求しなければなりません。VelocityのPodに対してPodとReplicaSetのget/list/watchを許可してください

```yml
Expand Down Expand Up @@ -161,4 +169,4 @@ Kubernetesクラスター内ではPodがほぼ同時に作成されることが

## ライセンス

[GNU General Public License v3.0](LICENSE)
[GNU General Public License v3.0](LICENSE)

0 comments on commit 5edd75e

Please # to comment.