parent
9dfe4e632e
commit
a16de1a6cb
6 changed files with 63 additions and 2 deletions
homepage/resources
|
@ -56,6 +56,16 @@ spec:
|
|||
limits:
|
||||
memory: 100Mi
|
||||
cpu: 20m
|
||||
affinity:
|
||||
nodeAffinity:
|
||||
preferredDuringSchedulingIgnoredDuringExecution:
|
||||
- weight: 100
|
||||
preference:
|
||||
matchExpressions:
|
||||
- key: kubernetes.io/arch
|
||||
operator: In
|
||||
values:
|
||||
- arm64
|
||||
volumes:
|
||||
- name: homepage-config
|
||||
secret:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue