Skip to content

Commit

Permalink
[ci-skip] document helm chart as deployment option
Browse files Browse the repository at this point in the history
  • Loading branch information
eidottermihi committed Jan 13, 2023
1 parent b0f3907 commit 1cb6327
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ docker run --mount type=bind,source=/home/user/my-ehcache.xml,target=/cacheconfi
SPRING_CACHE_JCACHE_CONFIG=file:/cacheconfig/my-ehcache.xml
```

### Deploying on Kubernetes using a Helm chart

If you want to deploy ad2image on a Kubernetes cluster, you can use the provided Helm chart. See [ad2image-helm-chart](https://github.com/it-at-m/ad2image-helm-chart) for more information and documentation.

### Integrating in a existing Spring Boot application

ad2image can be integrated in a existing Spring Boot application by adding the `ad2image-spring-boot-starter` dependency, e.g. for Maven:
Expand Down

0 comments on commit 1cb6327

Please sign in to comment.