From 1cb632781968c33904152a167fe7912c9ab2034f Mon Sep 17 00:00:00 2001 From: eidottermihi Date: Fri, 13 Jan 2023 21:01:52 +0100 Subject: [PATCH] [ci-skip] document helm chart as deployment option --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dcd10b9..3f20081 100644 --- a/README.md +++ b/README.md @@ -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: