Skip to content

ts4nfdi/api-gateway-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api-gateway-deployment

Kubernetes deployment scripts of the TS4NFDI API Gateway

Installation

helm install test \
--namespace='ts4nfdi' \
--set-json='ingress.dns="ts4nfdi-api-gateway.prod.km.k8s.zbmed.de"'  \
--set-json='images.frontend="ghcr.io/ts4nfdi/api-gateway:latest"'  \
--set-json='ingress.enableSSL="true"'  \
--set-json='ingress.certIssuer="letsencrypt-prod"'  \
/path-to/api-gateway-deployment/k8s/api-gateway/

Notes

Allow external access on Minikube: https://kubernetes.io/docs/tasks/access-application-cluster/ingress-minikube/

Download deployment scripts on a cluster with Helm:

helm repo add api-gateway-deployment https://ts4nfdi.github.io/api-gateway-deployment/