@blitzm/kubernetes-wordpress is a pulumi component that simplifies the deployment of kubernetes-wordpress in kubernetes
This package can be installed using npm
npm install --save --save-exact @blitzm/kubernetes-wordpress
import { MyComponent } from '@blitzm/kubernetes-wordpress'
new MyComponent("my-component", {
// ...
});
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.