Skip to content

Commit

Permalink
Update README.md using links
Browse files Browse the repository at this point in the history
  • Loading branch information
P-Ehlert authored Jun 17, 2024
1 parent 4554023 commit 3f011e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
New version (v3) of the Record API that is for the first time decoupled from Search API

## Deployment
1. Generate a Docker image using the project's Dockerfile
1. Generate a Docker image using the project's [Dockerfile](Dockerfile)

2. 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 the `record-api.properties` file
located in the `record-api-web/src/main/resources` folder. The .gitignore file make sure the .user.properties file
[k8s](k8s) folder. After deployment this file will override the settings specified in the `record-api.properties` file
located in the [record-api-web/src/main/resources](record-api-web/src/main/resources) folder. The .gitignore file make sure the .user.properties file
is never committed.

3. Configure the deployment by setting the proper environment variables specified in the configuration template files
in the `k8s` folder
in the [k8s](k8s) folder

4. Deploy to Kubernetes infrastructure

Expand Down

0 comments on commit 3f011e3

Please sign in to comment.