Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Wordpress->WordPress
  • Loading branch information
ericrudder authored Feb 2, 2022
1 parent cae7d88 commit e5b4006
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kubernetes-ts-helm-wordpress/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[![Deploy](https://get.pulumi.com/new/button.svg)](https://app.pulumi.com/new?template=https://github.com/pulumi/examples/blob/master/kubernetes-ts-helm-wordpress/README.md)

# Wordpress Helm Chart
# WordPress Helm Chart

Uses the Helm API of `@pulumi/kubernetes` to deploy `v9.6.0` of the Wordpress Helm Chart to a
Uses the Helm API of `@pulumi/kubernetes` to deploy `v9.6.0` of the WordPress Helm Chart to a
Kubernetes cluster. Pulumi will expand the Helm Chart and submit the expanded YAML to the cluster.

![wordpress](images/deploy.gif "Wordpress Helm Chart deployment")
![wordpress](images/deploy.gif "WordPress Helm Chart deployment")

## Running the App

Expand Down Expand Up @@ -76,7 +76,7 @@ Resources:
Duration: 53s
```

We can see here in the `---outputs:---` section that Wordpress was allocated a public IP, in this
We can see here in the `---outputs:---` section that WordPress was allocated a public IP, in this
case `35.193.210.254`. It is exported with a stack output variable, `frontendIp`. We can use `curl`
and `grep` to retrieve the `<title>` of the site the proxy points at.

Expand Down

0 comments on commit e5b4006

Please sign in to comment.