Bump ProxyGroup ingress pod resource requests
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) <noreply@anthropic.com>
This commit is contained in:
parent
f5ba7f03aa
commit
5aa4cb403a
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue