Skip to content

Commit

Permalink
Pass in values correctly in devspace for network policy (#12187)
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad authored Feb 27, 2024
1 parent ddbf6b4 commit 2ca09c2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions charts/chainlink-cluster/devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 2ca09c2

Please sign in to comment.