53 lines
978 B
JSON
53 lines
978 B
JSON
{
|
|
"best_practices": [],
|
|
"conflicts_with": [],
|
|
"dependencies": [
|
|
{
|
|
"capability": "storage",
|
|
"kind": "Required"
|
|
},
|
|
{
|
|
"capability": "mariadb",
|
|
"kind": "Required"
|
|
},
|
|
{
|
|
"capability": "cert-manager",
|
|
"kind": "Required"
|
|
},
|
|
{
|
|
"capability": "gateway-api",
|
|
"kind": "Required"
|
|
}
|
|
],
|
|
"description": "WordPress FPM site — two-container pod (php-fpm + nginx) with Longhorn PVC, Gateway API TLS termination, and SMTP via mu-plugin",
|
|
"modes": [
|
|
"cluster"
|
|
],
|
|
"name": "wordpress_site",
|
|
"provides": [
|
|
{
|
|
"id": "wordpress-site",
|
|
"interface": "wordpress_site",
|
|
"version": "latest"
|
|
}
|
|
],
|
|
"requires": [
|
|
{
|
|
"capability": "storage",
|
|
"kind": "Required"
|
|
},
|
|
{
|
|
"capability": "mariadb",
|
|
"kind": "Required"
|
|
}
|
|
],
|
|
"tags": [
|
|
"wordpress",
|
|
"cms",
|
|
"php-fpm",
|
|
"nginx",
|
|
"website",
|
|
"appserv"
|
|
],
|
|
"version": "1.0.0"
|
|
}
|