Some checks failed
/ continuous-deploy (push) Failing after 3s
- folder structure revision - ops scripts revision - helm chart update version - 12.5.0
22 lines
342 B
YAML
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}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|