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
feat: add support for monitor-related flags in provider helm chart
- Introduced `monitor` block in `values.yaml` for better organization of monitoring settings.
- Added support for the following new flags in `statefulset.yaml`:
- `AKASH_MONITOR_MAX_RETRIES`
- `AKASH_MONITOR_RETRY_PERIOD`
- `AKASH_MONITOR_RETRY_PERIOD_JITTER`
- `AKASH_MONITOR_HEALTHCHECK_PERIOD`
- `AKASH_MONITOR_HEALTHCHECK_PERIOD_JITTER`
- Updated comments in `values.yaml` for clarity and documentation.
0 commit comments