Used www hostnames for internal routes
This commit is contained in:
parent
4db5288084
commit
6949d5d5a9
19 changed files with 1644 additions and 9 deletions
48
charts/openproject/upstream-values.yaml
Normal file
48
charts/openproject/upstream-values.yaml
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
openproject:
|
||||
https: true
|
||||
host: www.symcrest.com
|
||||
railsRelativeUrlRoot: /internal/dev/openproject
|
||||
|
||||
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"
|
||||
|
||||
hocuspocus:
|
||||
enabled: false
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
|
||||
nodeSelector:
|
||||
workload: app
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClassName: longhorn
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
size: 1Gi
|
||||
|
||||
postgresql:
|
||||
bundled: false
|
||||
connection:
|
||||
host: postgres.database.svc.cluster.local
|
||||
port: 5432
|
||||
auth:
|
||||
existingSecret: openproject-postgres-secret
|
||||
secretKeys:
|
||||
userPasswordKey: password
|
||||
username: openproject
|
||||
database: openproject
|
||||
Loading…
Add table
Add a link
Reference in a new issue