Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -10,6 +10,6 @@ spec:
egress:
- to:
- ipBlock:
cidr: <CIDR of oidc-issuer-url> # Replace with actual CIDR range
cidr: ${OIDC-CIRD} # CIDR of OIDC
policyTypes:
- Egress
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ spec:
matchLabels:
name: ibm-license-service-reporter-operator
egress:
- ports:
- protocol: TCP
port: <$TargetPort> # TargetPort from the DEFAULT KUBERNETES SERVICE
- ports:S
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,
May I ask that do we expect this S in line 16?

- protocol: TCP
port: ${K8-API-SERVER-PORT} # TargetPort from the DEFAULT KUBERNETES SERVICE
to:
- ipBlock:
cidr: <IPs>/32 # IPs from the DEFAULT KUBERNETES SERVICE
cidr: ${K8-API-SERVER-CIRD} # IP from the DEFAULT KUBERNETES SERVICE
policyTypes:
- Egress
Loading