feat: move vcluster charts to charts/

This commit is contained in:
Jonas Juselius
2024-06-04 15:04:12 +02:00
parent 351fce65f5
commit c0f9f38207
14 changed files with 1 additions and 6 deletions
@@ -0,0 +1,14 @@
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-external-services
namespace: {{ .Release.Namespace }}
spec:
egress:
- toFQDNs:
- matchName: api.github.com
- matchName: dapr.github.io
- matchName: gitlab.com
- matchName: analytics.loft.rocks
endpointSelector:
matchLabels: {}