13 lines
267 B
YAML
13 lines
267 B
YAML
apiVersion: cilium.io/v2
|
|
kind: CiliumNetworkPolicy
|
|
metadata:
|
|
name: allow-argo-repo-access
|
|
namespace: tempo
|
|
spec:
|
|
egress:
|
|
- toFQDNs:
|
|
- matchName: s3.production.itpartner.no
|
|
endpointSelector:
|
|
matchLabels:
|
|
app.kubernetes.io/instance: tempo
|