Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Helm chart usage

How to install the java based http client via helm.

helm install httpclient . -n clients --create-namespace
kubectl get secret httpclient-tls -n istio-ingress
kubectl get gateway,virtualservice -n clients
helm upgrade httpclient . -n clients 
helm uninstall httpclient -n clients