From 23ea92636e3117dee7e6aa352443820ec26ac9dd Mon Sep 17 00:00:00 2001 From: Raiko Oll Date: Tue, 17 Feb 2026 14:59:08 +0200 Subject: [PATCH] NetworkPolicy --- templates/NetworkPolicy.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/NetworkPolicy.yaml b/templates/NetworkPolicy.yaml index 1b4cde6..84c49f8 100644 --- a/templates/NetworkPolicy.yaml +++ b/templates/NetworkPolicy.yaml @@ -8,7 +8,6 @@ spec: podSelector: matchLabels: app: memelord-raiko-redis - app.kubernetes.io/name: dragonfly policyTypes: - Ingress ingress: @@ -16,7 +15,7 @@ spec: - from: - podSelector: matchLabels: - app: memelord + app: memelord-raiko ports: - protocol: TCP port: 6379 @@ -29,7 +28,6 @@ spec: ports: - protocol: TCP port: 6379 - --- apiVersion: networking.k8s.io/v1 kind: NetworkPolicy