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

@@ -13,14 +13,14 @@
{
"kind": "Rule",
"match": "Host(`bluejay.dev`) || Host(`www.bluejay.dev`)",
"priority": 100,
"services": [
{
"name": "andrew-web",
"port": 80
}
]
}
"priority": 100,
"services": [
{
"name": "andrew-web-waf",
"port": 8080
}
]
}
],
"tls": {
"secretName": "cf-origin-bluejay-dev"