summaryrefslogtreecommitdiff
path: root/k8s/network-policy.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'k8s/network-policy.yaml')
-rw-r--r--k8s/network-policy.yaml18
1 files changed, 0 insertions, 18 deletions
diff --git a/k8s/network-policy.yaml b/k8s/network-policy.yaml
deleted file mode 100644
index 2af8a27..0000000
--- a/k8s/network-policy.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-apiVersion: networking.k8s.io/v1
-kind: NetworkPolicy
-metadata:
- name: allow-cas-postgres
-spec:
- podSelector:
- matchLabels:
- app: cas
- policyTypes:
- - Ingress
- ingress:
- - from:
- - podSelector:
- matchLabels:
- app: postgres
- ports:
- - protocol: TCP
- port: 5432