Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update flink and opensearch networkpolicy port #2255

Open
wants to merge 1 commit into
base: scripts
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ spec:
type: flink-standalone-kubernetes
egress:
- ports:
- protocol: TCP
port: 443
- protocol: TCP
port: 9443
- protocol: TCP
port: 443
- protocol: TCP
port: 6443
to:
- podSelector:
matchLabels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ metadata:
spec:
podSelector:
matchLabels:
type: ibm-elasticsearch
app.kubernetes.io/managed-by: ibm-elasticsearch
egress:
- ports:
- protocol: TCP
port: 443
- protocol: TCP
port: 9443
- protocol: TCP
port: 443
to:
- podSelector:
matchLabels:
Expand All @@ -21,10 +19,14 @@ spec:
- ports:
- protocol: TCP
port: 443
- protocol: TCP
port: 19300
- protocol: TCP
port: 8081
- protocol: TCP
port: 9081
port: 9300
- protocol: TCP
port: 9200
to:
- podSelector: {}
policyTypes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ spec:
- ports:
- protocol: TCP
port: 443
- protocol: TCP
port: 6443
to:
- podSelector:
matchLabels:
Expand All @@ -36,9 +34,9 @@ spec:
- protocol: TCP
port: 443
- protocol: TCP
port: 8081
port: 2112
- protocol: TCP
port: 9081
port: 9200
to:
- podSelector: {}
policyTypes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ spec:
- protocol: TCP
port: 443
- protocol: TCP
port: 9443
port: 8081
- protocol: TCP
port: 9081
from:
- podSelector: {}
policyTypes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- protocol: TCP
port: 443
- protocol: TCP
port: 9443
port: 6443
from:
- podSelector: {}
policyTypes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ spec:
- protocol: TCP
port: 443
- protocol: TCP
port: 9443
port: 19300
- protocol: TCP
port: 9300
- protocol: TCP
port: 9200
from:
- podSelector: {}
policyTypes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ spec:
- protocol: TCP
port: 443
- protocol: TCP
port: 9443
port: 2112
- protocol: TCP
port: 9200
from:
- podSelector: {}
policyTypes:
Expand Down