Files
git.limbosolutions.com/deploy/infra/network-policies/egress-local-services.yaml
Márcio Fernandes 12cfe5ce79
Some checks failed
/ continuous-deploy (push) Failing after 3s
- network-policies - egress
- folder structure revision
-  ops scripts revision
- helm chart update version - 12.5.0
2026-03-07 11:06:29 +00:00

22 lines
342 B
YAML

apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: git-limbosolutions-com-egress-local
namespace: git-limbosolutions-com
spec:
podSelector: {} # apply to all pods in the namespace
policyTypes:
- Egress
egress:
# allow backup server
- to:
- ipBlock:
cidr: ${BACKUPSRV_CIDR}