Disable k8s whois routing (#2740)

This commit is contained in:
Pavlo Tkach
2025-04-17 15:20:32 +00:00
committed by GitHub
parent dfef733360
commit b17125ae9a
13 changed files with 1 additions and 103 deletions
@@ -11,15 +11,9 @@ spec:
- "pubapi.BASE_DOMAIN"
rules:
- matches:
- path:
type: PathPrefix
value: /_dr/whois
- path:
type: PathPrefix
value: /check
- path:
type: PathPrefix
value: /whois
- path:
type: PathPrefix
value: /rdap
@@ -29,24 +23,12 @@ spec:
name: pubapi
port: 80
- matches:
- path:
type: PathPrefix
value: /_dr/whois
headers:
- name: "canary"
value: "true"
- path:
type: PathPrefix
value: /check
headers:
- name: "canary"
value: "true"
- path:
type: PathPrefix
value: /whois
headers:
- name: "canary"
value: "true"
- path:
type: PathPrefix
value: /rdap