ai(hermes-chat): allow read-only API endpoint access
This commit is contained in:
parent
3cd147538f
commit
26a5dde12d
@ -51,6 +51,18 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 443
|
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:
|
- to:
|
||||||
- ipBlock:
|
- ipBlock:
|
||||||
cidr: 0.0.0.0/0
|
cidr: 0.0.0.0/0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user