summaryrefslogtreecommitdiff
path: root/yaml/policies/network.yaml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-01-17 11:41:55 +0100
committerSanto Cariotti <santo@dcariotti.me>2025-01-17 11:41:55 +0100
commit6cfd0194f65d7730fedcf4ac100f0c3aa28ad06d (patch)
tree51ef1435683788985a83f1bef00e35532735d045 /yaml/policies/network.yaml
parenta8a948998cd12c5bfbb24a1fcf123901c70cb1c0 (diff)
Use only three files
Diffstat (limited to 'yaml/policies/network.yaml')
-rw-r--r--yaml/policies/network.yaml18
1 files changed, 0 insertions, 18 deletions
diff --git a/yaml/policies/network.yaml b/yaml/policies/network.yaml
deleted file mode 100644
index 2af8a27..0000000
--- a/yaml/policies/network.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