multiple config files to allow spreading of configuration

This commit is contained in:
2025-01-02 19:21:04 +01:00
parent 5659d7c18c
commit c522f16d64
7 changed files with 30 additions and 32 deletions
@@ -2,7 +2,7 @@
kind: CiliumNetworkPolicy
apiVersion: cilium.io/v2
metadata:
name: {{.app.Name}}
name: {{.app.Name}}-apiserver
namespace: {{.app.Namespace.Name}}
labels: {{ .labels | toYaml | nindent 4 }}
spec:
+1 -1
View File
@@ -61,7 +61,7 @@ spec:
{{- if or .egress.Applications .egress.Networks }}
egress:
tp:
to:
{{- template "peers" .egress }}
{{- template "networks" .egress }}
{{- end }}