2026-06-24 18:50:42 +00:00
|
|
|
openproject:
|
|
|
|
|
https: true
|
|
|
|
|
host: www.symcrest.com
|
2026-09-05 20:35:02 +00:00
|
|
|
railsRelativeUrlRoot: /services/studio/openproject
|
2026-06-24 18:50:42 +00:00
|
|
|
|
|
|
|
|
extraEnvVarsSecret: openproject-postgres-secret
|
|
|
|
|
|
|
|
|
|
useTmpVolumes: true
|
|
|
|
|
tmpVolumesStorage: "5Gi"
|
|
|
|
|
tmpVolumesStorageClassName: longhorn
|
|
|
|
|
tmpVolumesPermissionFix: true
|
|
|
|
|
|
|
|
|
|
realtime_collaboration:
|
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
|
|
admin_user:
|
|
|
|
|
password: "TempPass123"
|
|
|
|
|
password_reset: "true"
|
|
|
|
|
name: "IT Admin"
|
|
|
|
|
mail: "it.admin@symcrest.com"
|
|
|
|
|
|
2026-06-24 20:28:38 +00:00
|
|
|
cron:
|
|
|
|
|
enabled: false
|
|
|
|
|
|
2026-06-24 18:50:42 +00:00
|
|
|
hocuspocus:
|
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
|
|
ingress:
|
|
|
|
|
enabled: false
|
|
|
|
|
|
2026-06-24 22:50:10 +00:00
|
|
|
tests:
|
|
|
|
|
enabled: false
|
|
|
|
|
|
2026-06-24 18:50:42 +00:00
|
|
|
nodeSelector:
|
|
|
|
|
workload: app
|
|
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
|
enabled: true
|
|
|
|
|
storageClassName: longhorn
|
|
|
|
|
accessModes:
|
|
|
|
|
- ReadWriteOnce
|
|
|
|
|
size: 1Gi
|
|
|
|
|
|
|
|
|
|
postgresql:
|
|
|
|
|
bundled: false
|
|
|
|
|
connection:
|
2026-06-24 20:28:38 +00:00
|
|
|
host: platform-postgres.platform-services.svc.cluster.local
|
2026-06-24 18:50:42 +00:00
|
|
|
port: 5432
|
|
|
|
|
auth:
|
|
|
|
|
existingSecret: openproject-postgres-secret
|
|
|
|
|
secretKeys:
|
|
|
|
|
userPasswordKey: password
|
|
|
|
|
username: openproject
|
|
|
|
|
database: openproject
|