NetworkPolicy

This commit is contained in:
Raiko Oll
2026-02-17 14:59:08 +02:00
parent 1384b3ab50
commit 23ea92636e

View File

@@ -8,7 +8,6 @@ spec:
podSelector: podSelector:
matchLabels: matchLabels:
app: memelord-raiko-redis app: memelord-raiko-redis
app.kubernetes.io/name: dragonfly
policyTypes: policyTypes:
- Ingress - Ingress
ingress: ingress:
@@ -16,7 +15,7 @@ spec:
- from: - from:
- podSelector: - podSelector:
matchLabels: matchLabels:
app: memelord app: memelord-raiko
ports: ports:
- protocol: TCP - protocol: TCP
port: 6379 port: 6379
@@ -29,7 +28,6 @@ spec:
ports: ports:
- protocol: TCP - protocol: TCP
port: 6379 port: 6379
--- ---
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
kind: NetworkPolicy kind: NetworkPolicy