jenkins: prefer rpi5 and bump controller resources
This commit is contained in:
parent
ba12854639
commit
f1fb0450b4
@ -29,7 +29,36 @@ spec:
|
||||
values:
|
||||
controller:
|
||||
nodeSelector:
|
||||
hardware: rpi4
|
||||
kubernetes.io/arch: arm64
|
||||
affinity:
|
||||
nodeAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
nodeSelectorTerms:
|
||||
- matchExpressions:
|
||||
- key: kubernetes.io/arch
|
||||
operator: In
|
||||
values: ["arm64"]
|
||||
preferredDuringSchedulingIgnoredDuringExecution:
|
||||
- weight: 90
|
||||
preference:
|
||||
matchExpressions:
|
||||
- key: hardware
|
||||
operator: In
|
||||
values: ["rpi5"]
|
||||
- weight: 50
|
||||
preference:
|
||||
matchExpressions:
|
||||
- key: hardware
|
||||
operator: In
|
||||
values: ["rpi4"]
|
||||
resources:
|
||||
requests:
|
||||
cpu: 750m
|
||||
memory: 1.5Gi
|
||||
limits:
|
||||
cpu: 1500m
|
||||
memory: 3Gi
|
||||
javaOpts: "-Xms512m -Xmx2048m"
|
||||
jenkinsUrl: https://ci.bstein.dev
|
||||
ingress:
|
||||
enabled: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user