ai(hermes-chat): allow read-only API endpoint access

This commit is contained in:
jenkins 2026-08-02 03:08:20 -03:00
parent 3cd147538f
commit 26a5dde12d

View File

@ -51,6 +51,18 @@ spec:
ports:
- protocol: TCP
port: 443
# K3s applies egress policy after Service DNAT, so admit only the fixed API
# server endpoints as well as the kubernetes Service IP above.
- to:
- ipBlock:
cidr: 192.168.22.11/32
- ipBlock:
cidr: 192.168.22.12/32
- ipBlock:
cidr: 192.168.22.13/32
ports:
- protocol: TCP
port: 6443
- to:
- ipBlock:
cidr: 0.0.0.0/0