Skip to content

Commit 60f5826

Browse files
committed
docs: add compliance report screenshot and use tcp probe in example
1 parent 65ae4f8 commit 60f5826

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

236 KB
Loading

docs/src/pages/docs/compliance-annotations.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ spec:
4343
schedule: "*/30 * * * *"
4444
rules:
4545
- name: block-egress-to-internet
46-
type: http
47-
url: https://example.com
46+
type: tcp
47+
host: example.com
48+
port: 443
4849
expected: fail
4950
validate:
5051
message: CDE pods must not reach arbitrary external hosts

0 commit comments

Comments
 (0)