Skip to content

mleoca/playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Edit secret .yaml from templates if needed

Use helm to install the chart:

    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

cleanup:

    helm delete todo
    helm delete postgres && kubectl delete pvc postgres-master-postgres-master-0 postgres-rep-postgres-rep-0
    pulumi destroy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published