From 4d7c1cec51ee1250248d4b13af66a204080975e3 Mon Sep 17 00:00:00 2001 From: AndreiS Date: Tue, 17 Feb 2026 13:02:41 +0000 Subject: [PATCH] Delete policy.yaml --- policy.yaml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 policy.yaml diff --git a/policy.yaml b/policy.yaml deleted file mode 100644 index d009b45..0000000 --- a/policy.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: NetworkPolicy -metadata: - name: {{ .Release.Name }}-dragonfly-ingress-lockdown -spec: - podSelector: - matchLabels: - app: {{ .Release.Name }}-redis - - policyTypes: - - Ingress - - ingress: - - from: - - podSelector: - matchLabels: - app: {{ .Release.Name }} - ports: - - protocol: TCP - port: 6379 - - - - from: - - namespaceSelector: - matchLabels: - kubernetes.io/metadata.name: monitoring - ports: - - protocol: TCP - port: 5432 \ No newline at end of file