whc4: deploy PHP tenant edge controls

This commit is contained in:
Andrew Stoltz
2026-06-17 18:51:38 -05:00
parent ca1b1e8a3a
commit 41fb117ff0
6 changed files with 89 additions and 12 deletions

View File

@@ -0,0 +1,11 @@
{
"apiVersion": "traefik.io/v1alpha1",
"kind": "TLSOption",
"metadata": {
"name": "php-tenant-tls13",
"namespace": "fc-php"
},
"spec": {
"minVersion": "VersionTLS13"
}
}