closer
This commit is contained in:
parent
bd25ca649c
commit
e935541b40
4 changed files with 56 additions and 3 deletions
|
@ -12,15 +12,16 @@ nameOverride: ""
|
|||
fullnameOverride: ""
|
||||
databaseURL:
|
||||
secretKey:
|
||||
# redisURL:
|
||||
enableSocialAuth: false
|
||||
|
||||
web:
|
||||
replicaCount: 1
|
||||
hpa:
|
||||
enabled: false
|
||||
cputhreshold: 60
|
||||
minpods: 1
|
||||
maxpods: 10
|
||||
replicaCount: 1
|
||||
resources: {}
|
||||
# limits:
|
||||
# cpu: 500m
|
||||
|
@ -52,7 +53,7 @@ worker:
|
|||
|
||||
serviceAccount:
|
||||
# Specifies whether a service account should be created
|
||||
create: true
|
||||
create: false
|
||||
# The name of the service account to use.
|
||||
# If not set and create is true, a name is generated using the fullname template
|
||||
name:
|
||||
|
@ -76,6 +77,7 @@ ingress:
|
|||
|
||||
redis:
|
||||
enabled: true
|
||||
nameOverride: glitchtip-redis
|
||||
master:
|
||||
persistence:
|
||||
enabled: false
|
||||
|
|
Reference in a new issue