Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Helm/dev-portal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion Helm/dev-portal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion Helm/dev-portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading