agones.dev/agones@v1.53.0/test/load/allocation/scenario-values.yaml (about) 1 --- 2 # Copyright 2022 Google LLC All Rights Reserved. 3 # 4 # Licensed under the Apache License, Version 2.0 (the "License"); 5 # you may not use this file except in compliance with the License. 6 # You may obtain a copy of the License at 7 # 8 # http://www.apache.org/licenses/LICENSE-2.0 9 # 10 # Unless required by applicable law or agreed to in writing, software 11 # distributed under the License is distributed on an "AS IS" BASIS, 12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 # See the License for the specific language governing permissions and 14 # limitations under the License. 15 agones: 16 controller: 17 resources: 18 requests: 19 cpu: 4 20 memory: 4000Mi 21 affinity: 22 nodeAffinity: 23 preferredDuringSchedulingIgnoredDuringExecution: null 24 requiredDuringSchedulingIgnoredDuringExecution: 25 nodeSelectorTerms: 26 - matchExpressions: 27 - key: agones.dev/agones-system 28 operator: Exists 29 ping: 30 affinity: 31 nodeAffinity: 32 preferredDuringSchedulingIgnoredDuringExecution: null 33 requiredDuringSchedulingIgnoredDuringExecution: 34 nodeSelectorTerms: 35 - matchExpressions: 36 - key: agones.dev/agones-system 37 operator: Exists 38 allocator: 39 resources: 40 requests: 41 cpu: 4 42 memory: 4000Mi 43 affinity: 44 nodeAffinity: 45 preferredDuringSchedulingIgnoredDuringExecution: null 46 requiredDuringSchedulingIgnoredDuringExecution: 47 nodeSelectorTerms: 48 - matchExpressions: 49 - key: agones.dev/agones-system 50 operator: Exists