Remove OpenProject Studio service
This commit is contained in:
parent
abafde59e7
commit
2a8fffae90
9 changed files with 0 additions and 1383 deletions
|
|
@ -1,6 +0,0 @@
|
|||
apiVersion: v2
|
||||
name: openproject
|
||||
description: Symcrest OpenProject wrapper chart
|
||||
type: application
|
||||
version: 0.1.0
|
||||
appVersion: "17.5.1"
|
||||
|
|
@ -1,54 +0,0 @@
|
|||
openproject:
|
||||
https: true
|
||||
host: www.symcrest.com
|
||||
railsRelativeUrlRoot: /services/studio/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"
|
||||
|
||||
cron:
|
||||
enabled: false
|
||||
|
||||
hocuspocus:
|
||||
enabled: false
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
|
||||
tests:
|
||||
enabled: false
|
||||
|
||||
nodeSelector:
|
||||
workload: app
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClassName: longhorn
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
size: 1Gi
|
||||
|
||||
postgresql:
|
||||
bundled: false
|
||||
connection:
|
||||
host: platform-postgres.platform-services.svc.cluster.local
|
||||
port: 5432
|
||||
auth:
|
||||
existingSecret: openproject-postgres-secret
|
||||
secretKeys:
|
||||
userPasswordKey: password
|
||||
username: openproject
|
||||
database: openproject
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
hostnames:
|
||||
- www.symcrest.com
|
||||
basePath: /services/studio/openproject
|
||||
gateway:
|
||||
name: public-gateway
|
||||
namespace: apps
|
||||
service:
|
||||
name: openproject
|
||||
port: 8080
|
||||
Loading…
Add table
Add a link
Reference in a new issue