From 7b404a6d2321f27e9a808aca267bf8f9e4e681aa Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sun, 15 Sep 2024 16:02:02 +0200 Subject: Remove K8s stuff --- k8s/network-policy.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 k8s/network-policy.yaml (limited to 'k8s/network-policy.yaml') 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 -- cgit v1.2.3-18-g5258