You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,15 @@ The following configuration options are available:
56
56
-`DRYDOCK_ENABLE_SENTRY`: Whether to enable sentry. Defaults to `true`.
57
57
-`DRYDOCK_SENTRY_DSN`: The sentry DSN. Defaults to `""`.
58
58
-`DRYDOCK_POD_LIFECYCLE`: Whether to enable pod lifecycle. Defaults to `true`.
59
+
-`NGINX_STATIC_CACHE_CONFIG`: A list of dictionaries with settings for different services to cache their assets in NGINX.
60
+
The following is an example of the expected values:
61
+
```yaml
62
+
NGINX_STATIC_CACHE_CONFIG:
63
+
{{service_name}}:
64
+
host: {{service_host}} # e.g: {{LMS_HOST}}
65
+
path: /static/ # you can specify a different path
66
+
port: {{service_port}} # only needed if you have DRYDOCK_BYPASS_CADDY enabled
67
+
```
59
68
- `DRYDOCK_PDB_MINAVAILABLE_PERCENTAGE_MFE`: The minimum available percentage for the MFE's PodDisruptionBudget. To disable the PodDisruptionBudget, set `0`. Defaults to `0`.
60
69
- `DRYDOCK_PDB_MINAVAILABLE_PERCENTAGE_FORUM`: The minimum available percentage for the FORUM's PodDisruptionBudget. To disable the PodDisruptionBudget, set `0`. Defaults to `0`.
61
70
- `DRYDOCK_PDB_MINAVAILABLE_PERCENTAGE_CADDY`: The minimum available percentage for the CADDY's PodDisruptionBudget. To disable the PodDisruptionBudget, set `0`. Defaults to `0`.
0 commit comments