initially working

This commit is contained in:
2025-02-19 17:48:56 +01:00
commit 26528365e7
6 changed files with 97 additions and 0 deletions

24
deployment/values.yml Normal file
View 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"