New version (v3) of the Record API that is for the first time decoupled from Search API
-
Generate a Docker image using the project's Dockerfile
-
Configure the application by generating a
record-api.user.properties
file and placing this in the k8s folder. After deployment this file will override the settings specified in therecord-api.properties
file located in the record-api-web/src/main/resources folder. The .gitignore file make sure the .user.properties file is never committed. -
Configure the deployment by setting the proper environment variables specified in the configuration template files in the k8s folder
-
Deploy to Kubernetes infrastructure