Skip to content

Commit

Permalink
Merge branch 'main' into fixbranch
Browse files Browse the repository at this point in the history
  • Loading branch information
gongmax committed May 18, 2023
2 parents b44df3f + f4ce1ab commit 0df895b
Showing 1 changed file with 48 additions and 2 deletions.
50 changes: 48 additions & 2 deletions install/helm/agones/values.yaml
Expand Up @@ -46,7 +46,7 @@ agones:
createPriorityClass: true
priorityClassName: agones-system
cloudProduct: "auto"
controller: &controllerValues
controller:
resources: {}
# requests:
# cpu: 1
Expand Down Expand Up @@ -99,7 +99,53 @@ agones:
pdb:
minAvailable: 1
extensions:
<<: *controllerValues
resources: {}
# requests:
# cpu: 1
# memory: 256Mi
nodeSelector: {}
annotations: {}
tolerations:
- key: "agones.dev/agones-system"
operator: "Equal"
value: "true"
effect: "NoExecute"
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 1
preference:
matchExpressions:
- key: agones.dev/agones-system
operator: Exists
generateTLS: true
tlsCert: ""
tlsKey: ""
disableSecret: false
allocationApiService:
annotations: {}
disableCaBundle: false
validatingWebhook:
annotations: {}
disableCaBundle: false
mutatingWebhook:
annotations: {}
disableCaBundle: false
customCertSecretPath: {}
persistentLogs: true
persistentLogsSizeLimitMB: 10000
logLevel: info
numWorkers: 100
apiServerQPS: 400
apiServerQPSBurst: 500
http:
port: 8080
healthCheck:
initialDelaySeconds: 3
periodSeconds: 3
failureThreshold: 3
timeoutSeconds: 1
allocationBatchWaitTime: 500ms
pdb:
minAvailable: 1
replicas: 2
Expand Down

0 comments on commit 0df895b

Please sign in to comment.