This commit is contained in:
David Burke 2020-02-09 16:56:26 -05:00
parent e935541b40
commit 308366ca60
7 changed files with 168 additions and 40 deletions

View file

@ -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