fix(paperclip): use fromEntities: cluster for cross-namespace ingress (HOM-8) #210
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/paperclip-cilium-entities"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The CiliumNetworkPolicy CRD rejects "*" as a value for
io.kubernetes.pod.namespaceinmatchLabels. This PR switches the ingress rule tofromEntities: - cluster, which is the idiomatic Cilium way to allow all in-cluster pods to reach the Paperclip API on port 3100.Fixes the ArgoCD sync error on the
paperclipapplication.Refs: HOM-8