feat: add helmified and argofied vcluster setup

This commit is contained in:
Jonas Juselius
2024-02-09 14:36:46 +01:00
parent 54a95e486d
commit 1a4301e6e3
15 changed files with 471 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-external-services
namespace: {{ .Release.Namespace }}
spec:
egress:
- toFQDNs:
- matchName: dapr.github.io
- matchPattern: "*.k1.itpartner.no"
- matchName: analytics.loft.rocks
endpointSelector:
matchLabels: {}