Skip to content

Commit 4c04280

Browse files
committed
fix net policy
1 parent 933b95d commit 4c04280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

k8s/jjs/templates/network-policy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ spec:
1616
apiVersion: networking.k8s.io/v1
1717
kind: NetworkPolicy
1818
metadata:
19-
name: builtin-invoker
19+
name: builtin-judge
2020
spec:
2121
podSelector:
2222
matchLabels:
23-
app: invoker
23+
app: judge
2424
policyTypes:
2525
- Ingress
2626
ingress: []

0 commit comments

Comments
 (0)