initially working
This commit is contained in:
24
deployment/values.yml
Normal file
24
deployment/values.yml
Normal file
@ -0,0 +1,24 @@
|
||||
createSecret: true
|
||||
createPostgresqlSecret: false
|
||||
createRedisSecret: false
|
||||
|
||||
siteUrl: "https://defectdojo.hottis.de"
|
||||
alternativeHosts:
|
||||
- defectdojo.hottis.de
|
||||
|
||||
django:
|
||||
ingress:
|
||||
enabled: false
|
||||
|
||||
postgresql:
|
||||
enabled: false
|
||||
postgresServer: database.database1.svc.cluster.local
|
||||
|
||||
redis:
|
||||
enabled: false
|
||||
redisServer: redis-master.redis.svc.cluster.local
|
||||
|
||||
celery:
|
||||
path: "/6"
|
||||
|
||||
|
Reference in New Issue
Block a user