feat: pin Dragonfly instances to arm64 nodes
All checks were successful
Renovate / renovate (push) Successful in 54s
All checks were successful
Renovate / renovate (push) Successful in 54s
This commit is contained in:
parent
db45279352
commit
ef0897ed49
4 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,8 @@ metadata:
|
|||
app.kubernetes.io/part-of: argo-cd
|
||||
spec:
|
||||
replicas: 2
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: arm64
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
|
|
|
@ -9,6 +9,8 @@ metadata:
|
|||
app.kubernetes.io/part-of: forgejo
|
||||
spec:
|
||||
replicas: 2
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: arm64
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
|
|
|
@ -9,6 +9,8 @@ metadata:
|
|||
app.kubernetes.io/part-of: nocodb
|
||||
spec:
|
||||
replicas: 2
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: arm64
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
|
|
|
@ -9,6 +9,8 @@ metadata:
|
|||
app.kubernetes.io/part-of: vikunja
|
||||
spec:
|
||||
replicas: 2
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: arm64
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
|
|
Loading…
Reference in a new issue