refactor: move resorces and policies to system
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
apiVersion: cilium.io/v2
|
||||
kind: CiliumNetworkPolicy
|
||||
metadata:
|
||||
name: allow-s3
|
||||
namespace: loki
|
||||
spec:
|
||||
description: Allow loki to ship logs to s3
|
||||
egress:
|
||||
- toFQDNs:
|
||||
- matchPattern: s3.*.oceanbox.io
|
||||
- matchPattern: s3.*.itpartner.no
|
||||
endpointSelector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/instance: loki
|
||||
Reference in New Issue
Block a user