Skip to content

Commit

Permalink
add ingress rule to allow external traffic
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Nov 22, 2024
1 parent 92c9036 commit 84062e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/cryostat/templates/networkpolicy_ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ spec:
namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: {{ .Release.Namespace }}
- from:
- namespaceSelector:
matchLabels:
policy-group.network.openshift.io/ingress: ""
{{- end }}

0 comments on commit 84062e2

Please sign in to comment.