8000 GitHub - fabio-e-azevedo/learning-helm
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fabio-e-azevedo/learning-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubectl apply -f namespace.yaml

helm install -f values.yaml snake-game ./chart-simple-deploy -n my-namespace-1

helm list -n my-namespace-1

kubectl get secret/snake-game-secret -n my-namespace-1 -o yaml

kubectl exec -ti -n my-namespace-1 snake-game-deployment-d988c7c9d-mn4cl -- sh

kubectl port-forward service/snake-game-service 30081:80 -n my-namespace-1

helm uninstall snake-game -n my-namespace-1

helm install -f values.yaml snake-game ./chart-simple-deploy -n my-namespace-1 --dry-run --debug

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0