1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
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