github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/examples/wordpress/README.md (about)

     1  import ExampleYAML from "@site/src/components/ExampleYAML";
     2  
     3  # WordPress
     4  
     5  This example demonstrates how to use Jackal to deploy a WordPress blog into a cluster.  It is used as a part of the [Creating a Jackal Package](../../docs/5-jackal-tutorials/0-creating-a-jackal-package.md) and [Deploying a Jackal Package](../../docs/5-jackal-tutorials/2-deploying-jackal-packages.md) tutorials.
     6  
     7  ## `jackal.yaml` {#jackal.yaml}
     8  
     9  :::info
    10  
    11  To view the example in its entirety, select the `Edit this page` link below the article and select the parent folder.
    12  
    13  :::
    14  
    15  <ExampleYAML src={require('./jackal.yaml')} showLink={false} />