Skip to content

Commit

Permalink
Merge pull request #498 from dark-vex/dark-vex-patch-1
Browse files Browse the repository at this point in the history
Exclude RFC1918 subnets
  • Loading branch information
dark-vex authored Mar 30, 2024
2 parents 5e39660 + da85afd commit 8c16dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clusters/k3s-rabbit/flux-system/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ patches:
- name: "HTTPS_PROXY"
value: "http://10.10.40.100:3128"
- name: "NO_PROXY"
value: ".cluster.local.,.cluster.local,.svc"
value: "10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,.cluster.local.,.cluster.local,.svc"
target:
kind: Deployment
labelSelector: app.kubernetes.io/part-of=flux

0 comments on commit 8c16dd7

Please sign in to comment.