whc4: front PHP route with CRS WAF

This commit is contained in:
Andrew Stoltz
2026-06-17 19:24:36 -05:00
parent 41fb117ff0
commit ef782ed56d
4 changed files with 247 additions and 2 deletions

View File

@@ -0,0 +1,24 @@
{
"apiVersion": "v1",
"kind": "Service",
"metadata": {
"name": "php-waf",
"namespace": "fc-php"
},
"spec": {
"internalTrafficPolicy": "Cluster",
"ports": [
{
"name": "http",
"port": 8080,
"protocol": "TCP",
"targetPort": 8080
}
],
"selector": {
"app.kubernetes.io/name": "php-waf"
},
"sessionAffinity": "None",
"type": "ClusterIP"
}
}