A repository for Rahti Service Landing Page
Changes can be made directly to the html template.
The following variables are pre-defined in index_content.yaml, and can be modified if needed.
| Variable | Description |
|---|---|
| SITE_TITLE | The title and text to be shown on top. |
| CLUSTERS.[*] | List of the clusters to be listed. |
| CLUSTERS.[*].ENV_VERSION | Openshift / Kubernetes version. |
| CLUSTERS.[*].LOGIN_URL_OIDCIDP | URL to login console of Rahti. |
| CLUSTERS.[*].SERVICE_DOCS_URL | URL to documents. |
| HEADER_BANNER | If set, a banner will be appear in the header. |
| LANDING_PAGE_ANNOUNCEMENTS | The content will be shwon in the announcement secton. |
For development, one docker-compose file is provided to generate the static pages and serve them at https://localhost.
docker compose up -dTo see any changes made to the content, you can use the reload.sh script.
./reload.shTo see the changes during the development, you may merge your branch with dev branch. This will automatically trigger a build in Rahti at https://rahti-landing-dev.rahtiapp.fi.
Please refer to the internal documentaions for production depolyments.