Skip to content

slim-sandbox/helm-wordpress-mysql-activity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pre-requisties

  • Shared cluster is created and the context is configured
  • Listing of namespace to create is to be populated in ./setup/namespaces.txt

Setup

cd setup;
# Show list of target namespaces
./run.sh print
# Create namespace and mysql deployments
./run.sh apply

Solution (Manifest)

cd solution;
kubectl apply -n <namespace> -f wordpress-manifest.yaml

Solution (Helm Chart)

cd solution;
helm install -n <namespace> -f wordpress-values.yaml wordpress ./wordpress-chart/

Teardown

# delete namespace
./run.sh delete

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors