diff --git a/charts/chainlink-cluster/devspace.yaml b/charts/chainlink-cluster/devspace.yaml index 95369e549cd..338147675c5 100644 --- a/charts/chainlink-cluster/devspace.yaml +++ b/charts/chainlink-cluster/devspace.yaml @@ -302,12 +302,6 @@ deployments: # monitoring.coreos.com/v1 PodMonitor for each node prometheusMonitor: true - networkPolicy: - ingress: - # Should be a comma separated list of CIDR blocks. To include - # AWS ALB private CIDRs and optionally other custom CIDRs. - # Example format: 10.0.0.0/16,192.168.0.1/24 - allowCustomCidrs: ${DEVSPACE_INGRESS_CIDRS} # These ingresses create AWS ALB resources and Route 53 Records. ingress: enabled: true @@ -413,7 +407,13 @@ deployments: name: mockserver port: number: 1080 - + networkPolicyDefault: + ingress: + allowCustomCidrs: true + # Should be a comma separated list of CIDR blocks. To include + # AWS ALB private CIDRs and optionally other custom CIDRs. + # Example format: 10.0.0.0/16,192.168.0.1/24 + customCidrs: ${DEVSPACE_INGRESS_CIDRS} # deployment placement, standard helm stuff podAnnotations: nodeSelector: