Skip to content

Commit ef83dcc

Browse files
aniruddhjajhavar
andauthored
Fix ports (#2571)
* update flink ports * Revert "update flink ports" This reverts commit 5bf1225. * update flink ports --------- Co-authored-by: Aniruddh Jhavar <aniruddh.jhavar@ibm.com>
1 parent 22ea373 commit ef83dcc

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

cp3-networkpolicy/egress/flink/bedrock-egress-ibm-flink-operand.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ spec:
2727
port: 8081
2828
- protocol: TCP
2929
port: 9081
30+
- protocol: TCP
31+
port: 6122
32+
- protocol: TCP
33+
port: 6123
34+
- protocol: TCP
35+
port: 6124
3036
to:
3137
- podSelector: {}
3238
policyTypes:

cp3-networkpolicy/ingress/flink/bedrock-access-to-ibm-flink-operand.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ spec:
1717
port: 8081
1818
- protocol: TCP
1919
port: 9081
20+
- protocol: TCP
21+
port: 6122
22+
- protocol: TCP
23+
port: 6123
24+
- protocol: TCP
25+
port: 6124
2026
from:
2127
- podSelector: {}
2228
policyTypes:

cp3-networkpolicy/ingress/flink/bedrock-access-to-ibm-flink-operator.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,10 @@ metadata:
66
labels:
77
component: cpfs3
88
spec:
9-
podSelector:
9+
podSelector:
1010
matchLabels:
1111
app.kubernetes.io/name: flink-kubernetes-operator
1212
ingress:
13-
- ports:
14-
- protocol: TCP
15-
port: 443
16-
- protocol: TCP
17-
port: 6443
18-
from:
19-
- podSelector: {}
13+
- {}
2014
policyTypes:
2115
- Ingress

0 commit comments

Comments
 (0)