ai(hermes-chat): permit Atlas OIDC egress
This commit is contained in:
parent
e794ccf254
commit
b324091939
@ -45,6 +45,18 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 8080
|
port: 8080
|
||||||
|
# Atlas OIDC uses the public sso.bstein.dev issuer, which resolves to the
|
||||||
|
# in-cluster Traefik load balancer for pods on the Atlas network.
|
||||||
|
- to:
|
||||||
|
- namespaceSelector:
|
||||||
|
matchLabels:
|
||||||
|
kubernetes.io/metadata.name: traefik
|
||||||
|
podSelector:
|
||||||
|
matchLabels:
|
||||||
|
app: traefik
|
||||||
|
ports:
|
||||||
|
- protocol: TCP
|
||||||
|
port: 443
|
||||||
- to:
|
- to:
|
||||||
- ipBlock:
|
- ipBlock:
|
||||||
cidr: 10.43.0.1/32
|
cidr: 10.43.0.1/32
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user