From 5aa4cb403aaf154efb36a3ee309d76754476ea69 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Fri, 17 Apr 2026 16:30:49 -0700 Subject: [PATCH] Bump ProxyGroup ingress pod resource requests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Increase from 1m CPU / 1Mi memory to 100m CPU / 128Mi memory. The ingress pods handle TLS termination for all 19 Tailscale Ingress services — the previous minimal requests may have caused the scheduler to deprioritize them under load. Co-Authored-By: Claude Opus 4.6 (1M context) --- argocd/manifests/tailscale-operator-base/proxyclass.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/argocd/manifests/tailscale-operator-base/proxyclass.yaml b/argocd/manifests/tailscale-operator-base/proxyclass.yaml index a5c4675..9fb46d6 100644 --- a/argocd/manifests/tailscale-operator-base/proxyclass.yaml +++ b/argocd/manifests/tailscale-operator-base/proxyclass.yaml @@ -21,5 +21,9 @@ spec: pod: tailscaleContainer: image: docker.io/tailscale/tailscale:v1.94.2 + resources: + requests: + cpu: 100m + memory: 128Mi tailscaleInitContainer: image: docker.io/tailscale/tailscale:v1.94.2