fix: update white-listing annotation
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
apiVersion: cilium.io/v2
|
||||
kind: CiliumNetworkPolicy
|
||||
metadata:
|
||||
name: allow-s3-internal
|
||||
namespace: s3-sync
|
||||
spec:
|
||||
description: Allow s3 traffic internal
|
||||
egress:
|
||||
- toCIDR:
|
||||
- 10.139.2.20/32
|
||||
- toCIDR:
|
||||
- 10.139.2.21/32
|
||||
endpointSelector:
|
||||
matchLabels: {}
|
||||
@@ -0,0 +1,12 @@
|
||||
apiVersion: cilium.io/v2
|
||||
kind: CiliumNetworkPolicy
|
||||
metadata:
|
||||
name: allow-s3-sync
|
||||
namespace: s3-sync
|
||||
spec:
|
||||
description: Allow sync to safespring
|
||||
egress:
|
||||
- toFQDNs:
|
||||
- matchName: s3.osl2.safedc.net
|
||||
endpointSelector:
|
||||
matchLabels: {}
|
||||
Reference in New Issue
Block a user