fix: s3 policy
This commit is contained in:
+2
-2
@@ -28,8 +28,8 @@ spec:
|
|||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://gitlab.com/serit/k8s/serit-platform-manifests.git
|
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
||||||
path: network-policies/netpol-loki
|
path: policies/oceanbox/network/loki
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
- repoURL: 'https://grafana.github.io/helm-charts'
|
- repoURL: 'https://grafana.github.io/helm-charts'
|
||||||
targetRevision: 6.12.0
|
targetRevision: 6.12.0
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ spec:
|
|||||||
description: Allow loki to ship logs to s3
|
description: Allow loki to ship logs to s3
|
||||||
egress:
|
egress:
|
||||||
- toFQDNs:
|
- toFQDNs:
|
||||||
- matchName: s3.*.oceanbox.io
|
- matchPattern: s3.*.oceanbox.io
|
||||||
- matchName: s3.production.itpartner.no
|
|
||||||
- matchPattern: s3.*.itpartner.no
|
- matchPattern: s3.*.itpartner.no
|
||||||
endpointSelector:
|
endpointSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
|
|||||||
Reference in New Issue
Block a user