whc4: front bluejay tenant route with CRS WAF

This commit is contained in:
Andrew Stoltz
2026-06-17 19:54:26 -05:00
parent 193b167d10
commit ee14d3a2d0
4 changed files with 261 additions and 8 deletions

View File

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