diff --git a/charts/stable/lancache-dns/docs/installation_notes.md b/charts/stable/lancache-dns/docs/installation_notes.md index 1fcba96f110..895dcd13885 100644 --- a/charts/stable/lancache-dns/docs/installation_notes.md +++ b/charts/stable/lancache-dns/docs/installation_notes.md @@ -2,6 +2,9 @@ title: Installation Notes --- -- Set `USE GENERIC CACHE` to **true** if you are running `lancache-monolithic`. -- Set `LANCACHE IP` to the local IP that `lancache-monolithic` runs on. -- You can leave `Disable Cache DNS Resolvers` as disabled to cache all supported game servers or choose from the small list to not cache. you can add more by setting the environment variable of DISABLE\_${SERVICE}=true to `Configure Extra Environment Variables`. +All is configured via Environment Variables in the `.Values`. + +If you are using a single monolithic instance: +- Set `USE_GENERIC_CACHE` to **true** if you are running `single monolithic instance`. +- Set `LANCACHE_IP` to the local IP that `lancache-monolithic` runs on. +- If you want to disable certain supported game servers, this can be via the Environment Variables.