bind + woodpecker-agent: reduce CPU requests
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

This commit is contained in:
2026-07-12 18:38:44 +10:00
parent e32396ca0a
commit 0c225bc323
4 changed files with 4 additions and 4 deletions
@@ -31,7 +31,7 @@ spec:
external-dns.alpha.kubernetes.io/hostname: bind-authoritative-primary.k8s.syd1.au.unkin.net external-dns.alpha.kubernetes.io/hostname: bind-authoritative-primary.k8s.syd1.au.unkin.net
resources: resources:
requests: requests:
cpu: 100m cpu: 20m
memory: 128Mi memory: 128Mi
limits: limits:
cpu: "1" cpu: "1"
@@ -23,7 +23,7 @@ spec:
type: ClusterIP type: ClusterIP
resources: resources:
requests: requests:
cpu: 100m cpu: 20m
memory: 128Mi memory: 128Mi
limits: limits:
cpu: "1" cpu: "1"
@@ -23,7 +23,7 @@ spec:
- 1.1.1.1 - 1.1.1.1
resources: resources:
requests: requests:
cpu: 100m cpu: 20m
memory: 128Mi memory: 128Mi
limits: limits:
cpu: "1" cpu: "1"
+1 -1
View File
@@ -15,7 +15,7 @@ agent:
reloader.stakater.com/auto: "true" reloader.stakater.com/auto: "true"
resources: resources:
requests: requests:
cpu: 100m cpu: 50m
limits: limits:
memory: 128Mi memory: 128Mi