openproject change image
This commit is contained in:
parent
90aa27df26
commit
87c3c4ac0d
2 changed files with 60 additions and 52 deletions
|
@ -178,58 +178,11 @@ spec:
|
||||||
targetRevision: 8.3.2
|
targetRevision: 8.3.2
|
||||||
helm:
|
helm:
|
||||||
releaseName: openproject
|
releaseName: openproject
|
||||||
values: |
|
valueFiles:
|
||||||
appInit:
|
- $values/openproject/values.yaml
|
||||||
resources:
|
- repoURL: https://git.ar21.de/aaron/k8s-deployments.git
|
||||||
limits:
|
targetRevision: HEAD
|
||||||
memory: "4Gi"
|
ref: values
|
||||||
requests:
|
|
||||||
memory: "4Gi"
|
|
||||||
clusterDomain: "project.aaronriedel.de"
|
|
||||||
ingress:
|
|
||||||
annotations:
|
|
||||||
kubernetes.io/tls-acme: "true"
|
|
||||||
host: "project.aaronriedel.de"
|
|
||||||
tls:
|
|
||||||
secretName: openproject-tls
|
|
||||||
workers:
|
|
||||||
default:
|
|
||||||
replicas: 2
|
|
||||||
openproject:
|
|
||||||
oidc:
|
|
||||||
enabled: true
|
|
||||||
provider: "Keycloak"
|
|
||||||
displayName: "aaronID"
|
|
||||||
host: "auth.ar21.de"
|
|
||||||
existingSecret: openproject-secret
|
|
||||||
userinfoEndpoint: "https://auth.ar21.de/application/o/userinfo/"
|
|
||||||
tokenEndpoint: "https://auth.ar21.de/application/o/token/"
|
|
||||||
authorizationEndpoint: "https://auth.ar21.de/application/o/authorize/"
|
|
||||||
endSessionEndpoint: "https://auth.ar21.de/application/o/openproject/end-session/"
|
|
||||||
persistence:
|
|
||||||
enabled: false
|
|
||||||
s3:
|
|
||||||
enabled: true
|
|
||||||
auth:
|
|
||||||
existingSecret: openproject-s3
|
|
||||||
region: fsn1
|
|
||||||
bucketName: openproject
|
|
||||||
endpoint: https://fsn1.your-objectstorage.com
|
|
||||||
pathStyle: true
|
|
||||||
enableSignatureV4Streaming: false
|
|
||||||
directUploads: false
|
|
||||||
postgresql:
|
|
||||||
bundled: false
|
|
||||||
connection:
|
|
||||||
host: openproject-rw.openproject.svc.cluster.local
|
|
||||||
port: 5432
|
|
||||||
auth:
|
|
||||||
existingSecret: openproject-app
|
|
||||||
secretKeys:
|
|
||||||
adminPasswordKey: "password"
|
|
||||||
userPasswordKey: "password"
|
|
||||||
username: "app"
|
|
||||||
database: "app"
|
|
||||||
- repoURL: https://git.ar21.de/aaron/k8s-deployments.git
|
- repoURL: https://git.ar21.de/aaron/k8s-deployments.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: openproject
|
path: openproject
|
||||||
|
|
55
openproject/values.yaml
Normal file
55
openproject/values.yaml
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
image:
|
||||||
|
registry: "git.ar21.de"
|
||||||
|
repository: "aaron/openproject"
|
||||||
|
tag: "2"
|
||||||
|
appInit:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: "4Gi"
|
||||||
|
requests:
|
||||||
|
memory: "4Gi"
|
||||||
|
clusterDomain: "project.aaronriedel.de"
|
||||||
|
ingress:
|
||||||
|
annotations:
|
||||||
|
kubernetes.io/tls-acme: "true"
|
||||||
|
host: "project.aaronriedel.de"
|
||||||
|
tls:
|
||||||
|
secretName: openproject-tls
|
||||||
|
workers:
|
||||||
|
default:
|
||||||
|
replicas: 2
|
||||||
|
openproject:
|
||||||
|
oidc:
|
||||||
|
enabled: true
|
||||||
|
provider: "Keycloak"
|
||||||
|
displayName: "aaronID"
|
||||||
|
host: "auth.ar21.de"
|
||||||
|
existingSecret: openproject-secret
|
||||||
|
userinfoEndpoint: "https://auth.ar21.de/application/o/userinfo/"
|
||||||
|
tokenEndpoint: "https://auth.ar21.de/application/o/token/"
|
||||||
|
authorizationEndpoint: "https://auth.ar21.de/application/o/authorize/"
|
||||||
|
endSessionEndpoint: "https://auth.ar21.de/application/o/openproject/end-session/"
|
||||||
|
persistence:
|
||||||
|
enabled: false
|
||||||
|
s3:
|
||||||
|
enabled: true
|
||||||
|
auth:
|
||||||
|
existingSecret: openproject-s3
|
||||||
|
region: fsn1
|
||||||
|
bucketName: openproject
|
||||||
|
endpoint: https://fsn1.your-objectstorage.com
|
||||||
|
pathStyle: true
|
||||||
|
enableSignatureV4Streaming: false
|
||||||
|
directUploads: false
|
||||||
|
postgresql:
|
||||||
|
bundled: false
|
||||||
|
connection:
|
||||||
|
host: openproject-rw.openproject.svc.cluster.local
|
||||||
|
port: 5432
|
||||||
|
auth:
|
||||||
|
existingSecret: openproject-app
|
||||||
|
secretKeys:
|
||||||
|
adminPasswordKey: "password"
|
||||||
|
userPasswordKey: "password"
|
||||||
|
username: "app"
|
||||||
|
database: "app"
|
Loading…
Reference in a new issue