Cornelius Wiehl [email protected] 72009
Jonas Dimitirow [email protected] 71867
To use azure adjust the property files in src/main/resources
There are some properties files expected with the following keys:
db.propertiesfor the cosmosdb or postgresql connectiondbtypeshould be set topostgresqlconnectionStringthe postgresql connection stringusernamethe postgresql userpasswordthe password for the postgresql user
redis.propertiesfor the redis cache connectionredisHostNamefor the redis hostredisKeyfor the redis keyredisPortfor the redis port (default 6380)redisTimeoutfor the redis timeout (default 1000)redisUseTlsto use a tls connection (default true)
- Build docker
docker build -t <dockerhub-username>/tukano-app:v1 .
- Push docker image
docker login
docker push <dockerhub-username>/tukano-app:v1
-
Start minikube
minikube start -
create deployments, services and volumes
kubectl apply -f <yaml file> -
Get your IP with
minikube service tukano-service