See changelog
This commit is contained in:
parent
af39eedea8
commit
74288199f6
13 changed files with 71 additions and 19 deletions
|
@ -11,14 +11,14 @@ imagePullSecrets: []
|
|||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
|
||||
preInstall:
|
||||
migrationJob:
|
||||
enabled: true
|
||||
command: [] # Default ./manage.py migrate
|
||||
activeDeadlineSeconds: 900
|
||||
resources:
|
||||
limits: {}
|
||||
requests: {}
|
||||
|
||||
|
||||
env:
|
||||
normal: {}
|
||||
secret: {}
|
||||
|
@ -27,6 +27,8 @@ env:
|
|||
# REDIS_URL:
|
||||
|
||||
existingSecret: ""
|
||||
extraVolumeMounts: []
|
||||
extraVolumes: []
|
||||
|
||||
web:
|
||||
replicaCount: 2
|
||||
|
|
Reference in a new issue