From 0037c7b06a4909aa9dcb0f9e8b525edabb66eb65 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Wed, 5 Mar 2025 17:13:44 -0600 Subject: [PATCH] fixup no_proxy format --- clusters/k8s-cluster/flux-system/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/k8s-cluster/flux-system/kustomization.yaml b/clusters/k8s-cluster/flux-system/kustomization.yaml index ce25238..ecdbe77 100644 --- a/clusters/k8s-cluster/flux-system/kustomization.yaml +++ b/clusters/k8s-cluster/flux-system/kustomization.yaml @@ -19,7 +19,7 @@ patches: - name: "https_proxy" value: "http://proxy-lb.lab.kill0.net.:3128" - name: "no_proxy" - value: ".svc, 10.0.0.0/8, 127.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, k8s-ctrl-lb.lab.kill0.net, localhost, registry.lab.kill0.net" + value: ".cluster.local., .cluster.local, .svc, 10.0.0.0/8, 127.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, k8s-ctrl-lb.lab.kill0.net, localhost, registry.lab.kill0.net" target: kind: Deployment labelSelector: app.kubernetes.io/part-of=flux