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 |
---|---|
CLUSTER_ENV_VERSION | Openshift / Kubernetes version. |
CLUSTER_LOGIN_URL_OIDCIDP | URL to login console of Rahti. |
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 -d
To see any changes made to the content, you can use the reload.sh
script.
./reload.sh
To see the changes during the development, you may merge your branch with dev
branch. This will automatically trigger a build in Rahti at this address.
Please refer to the internal documentaions for production depolyments.