diff --git a/deploy/k8s/charts/trustification/templates/services/guac/graphql/050-NetworkPolicy.yaml b/deploy/k8s/charts/trustification/templates/services/guac/graphql/050-NetworkPolicy.yaml index 7ec87a6ab..e6ef51356 100644 --- a/deploy/k8s/charts/trustification/templates/services/guac/graphql/050-NetworkPolicy.yaml +++ b/deploy/k8s/charts/trustification/templates/services/guac/graphql/050-NetworkPolicy.yaml @@ -17,4 +17,12 @@ spec: - namespaceSelector: matchLabels: "kubernetes.io/metadata.name": {{ .Release.Namespace }} + ports: + - protocol: TCP + port: 8080 + - from: + - namespaceSelector: {} + ports: + - protocol: TCP + port: 9010 {{- end }}