diff --git a/Helm/dev-portal/Chart.yaml b/Helm/dev-portal/Chart.yaml index d7c21df..b906dc1 100644 --- a/Helm/dev-portal/Chart.yaml +++ b/Helm/dev-portal/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "1.15.0" +version: "1.15.1" # This is the version number of the application being deployed. This version number should be @@ -26,4 +26,6 @@ appVersion: "1.11.0" sources: - https://github.com/EUMETNET/Dev-portal/ maintainers: - - name: JoonaHa + - name: Eumetnet + email: info@eumetnet.eu + url: https://github.com/EUMETNET diff --git a/Helm/dev-portal/README.md b/Helm/dev-portal/README.md index cb2af2b..573e58a 100644 --- a/Helm/dev-portal/README.md +++ b/Helm/dev-portal/README.md @@ -50,7 +50,7 @@ The following table lists the configurable parameters of the Smartmetserver char | `backend.service.port` | Port for the backend service | `80` | | `backend.config.log_level` | Log level for the backend | `INFO` | | `backend.config.keycloak_cluster_url` | URL for the Keycloak service | `http://keycloak.keycloak.svc.cluster.local` | -| `backend.config.status_check.max_attempts` | Maximum attemps per service check | `3` | +| `backend.config.status_check.max_attempts` | Maximum attemps per service check | `5` | | `backend.config.status_check.retry_delay` | Delay (seconds) between retries | `2` | | `backend.config.status_check.cache_ttl` | Status cache TTL (seconds) | `30` | | `backend.config.status_services` | List of external services to monitor | See values.yaml | diff --git a/Helm/dev-portal/values.yaml b/Helm/dev-portal/values.yaml index b681dc4..bc825d0 100644 --- a/Helm/dev-portal/values.yaml +++ b/Helm/dev-portal/values.yaml @@ -21,7 +21,7 @@ backend: log_level: INFO keycloak_cluster_url: http://keycloak.keycloak.svc.cluster.local status_check: - max_attempts: 3 + max_attempts: 5 retry_delay: 2 cache_ttl: 30 status_services: