13 lines
467 B
Text
13 lines
467 B
Text
|
|
{
|
||
|
|
name = "static_web",
|
||
|
|
version = "1.0.0",
|
||
|
|
description = "nginx static file server — PVC-backed content, cert-manager TLS, Cilium Gateway",
|
||
|
|
tags = ["website", "nginx", "static", "appserv"],
|
||
|
|
modes = ["cluster"],
|
||
|
|
dependencies = [],
|
||
|
|
provides = [{ id = "static-web", version = "latest", interface = "static_web" }],
|
||
|
|
requires = [{ capability = "storage", kind = 'Mandatory }],
|
||
|
|
conflicts_with = [],
|
||
|
|
best_practices = [],
|
||
|
|
}
|