work in progress. working on pod templatest.

This commit is contained in:
2025-01-02 17:14:06 +01:00
parent 8c5a099082
commit 207043d38f
15 changed files with 419 additions and 91 deletions
@@ -0,0 +1,6 @@
---
####################################################################################
# LINKERD NETPOL TBD
####################################################################################
@@ -0,0 +1,14 @@
{{- if not .Open }}
---
kind: NetworkPolicy
apiVersion: networking.k8s.io/v1
metadata:
name: default-allow-nothing
namespace: "{{.Name}}"
spec:
podSelector: {}
policyTypes:
- Ingress
- Egress
{{ end }}