You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
helm install postgres helm/postgres/
helm install todo helm/todo/
local testing
kubectl port-forward service/todo 5000:80
# then access http://127.0.0.1:5000/ from browser
deploying with pulumi
# export these variables first: GOOGLE_REGION, GOOGLE_ZONE and GOOGLE_PROJECT# cluster will beed to be created before installing the helm charts
htpasswd -c auth.txt todo
pulumi up