beat
This commit is contained in:
parent
e935541b40
commit
308366ca60
7 changed files with 168 additions and 40 deletions
20
values.yaml
20
values.yaml
|
@ -12,7 +12,7 @@ nameOverride: ""
|
|||
fullnameOverride: ""
|
||||
databaseURL:
|
||||
secretKey:
|
||||
# redisURL:
|
||||
redisURL:
|
||||
enableSocialAuth: false
|
||||
|
||||
web:
|
||||
|
@ -20,18 +20,26 @@ web:
|
|||
hpa:
|
||||
enabled: false
|
||||
cputhreshold: 60
|
||||
minpods: 1
|
||||
maxpods: 10
|
||||
minpods: 2
|
||||
maxpods: 5
|
||||
resources: {}
|
||||
# limits:
|
||||
# cpu: 500m
|
||||
# memory: 512Mi
|
||||
# requests:
|
||||
# cpu: 100m
|
||||
# memory: 256Mi
|
||||
# requests:
|
||||
# cpu: 50m
|
||||
# memory: 128Mi
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
livenessProbe:
|
||||
failureThreshold: 5
|
||||
initialDelaySeconds: 5
|
||||
timeoutSeconds: 2
|
||||
readinessProbe:
|
||||
failureThreshold: 10
|
||||
initialDelaySeconds: 5
|
||||
timeoutSeconds: 2
|
||||
|
||||
worker:
|
||||
replicaCount: 1
|
||||
|
|
Reference in a new issue