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
|
app.kubernetes.io/part-of: argo-cd
|
||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/arch: arm64
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
|
|
|
@ -9,6 +9,8 @@ metadata:
|
||||||
app.kubernetes.io/part-of: forgejo
|
app.kubernetes.io/part-of: forgejo
|
||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/arch: arm64
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
|
|
@ -9,6 +9,8 @@ metadata:
|
||||||
app.kubernetes.io/part-of: nocodb
|
app.kubernetes.io/part-of: nocodb
|
||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/arch: arm64
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
|
|
@ -9,6 +9,8 @@ metadata:
|
||||||
app.kubernetes.io/part-of: vikunja
|
app.kubernetes.io/part-of: vikunja
|
||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/arch: arm64
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
|
|
Loading…
Reference in a new issue