Skip to content

Commit

Permalink
Added NetworkPolicy to let user namespaces communicate with user name…
Browse files Browse the repository at this point in the history
…spaces
  • Loading branch information
lehrig authored Oct 12, 2023
1 parent fa5b302 commit 5d1ef18
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions overlays/openshift/kserve/serverless-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,15 @@ kind: KnativeEventing
metadata:
name: knative-eventing
namespace: knative-eventing
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: allow-all-ingress
namespace: knative-serving
spec:
podSelector: {}
ingress:
- {}
policyTypes:
- Ingress

0 comments on commit 5d1ef18

Please sign in to comment.