Skip to content

Commit

Permalink
Updated network-policy yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidOkulski committed Jan 13, 2025
1 parent 338423d commit 900c3e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions helm/templates/network-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: allow-from-openshift-ingress-communication-layer
labels:
app.kubernetes.io/name: communication-layer
app.kubernetes.io/managed-by: Helm
annotations:
meta.helm.sh/release-name: communication-layer
spec:
ingress:
- from:
Expand Down

0 comments on commit 900c3e5

Please sign in to comment.