A Web application/services to view/modify the iRODS-K8s Supervisor run-time configuration as well as to monitor operational state.
This product provides a FASTAPI interface to allow access to the iRODS-K8s Supervisor database, configuration, and status.
There are GitHub actions to maintain code quality in this repo:
- Pylint (minimum score of 10/10 to pass),
- Build/publish a Docker image.
The Docker image must be placed in a container image registry and referenced in this component's deployment scripts.
docker build --build-arg APP_VERSION=<version> -f Dockerfile -t irods-k8s-settings:latest .