Merge pull request 'OPENPROJECT: update image tag to 5' (#1) from 5_openproject_prod into main

Reviewed-on: #1
This commit is contained in:
Aaron Riedel 2024-11-05 21:37:25 +01:00
commit 16307d70e3

View file

@ -1,18 +1,18 @@
image: image:
registry: "git.ar21.de" registry: git.ar21.de
repository: "aaron/openproject" repository: aaron/openproject
tag: "2" tag: '5'
appInit: appInit:
resources: resources:
limits: limits:
memory: "4Gi" memory: 4Gi
requests: requests:
memory: "4Gi" memory: 4Gi
clusterDomain: "project.aaronriedel.de" clusterDomain: project.aaronriedel.de
ingress: ingress:
annotations: annotations:
kubernetes.io/tls-acme: "true" kubernetes.io/tls-acme: 'true'
host: "project.aaronriedel.de" host: project.aaronriedel.de
tls: tls:
secretName: openproject-tls secretName: openproject-tls
workers: workers:
@ -21,14 +21,14 @@ workers:
openproject: openproject:
oidc: oidc:
enabled: true enabled: true
provider: "Keycloak" provider: Keycloak
displayName: "aaronID" displayName: aaronID
host: "auth.ar21.de" host: auth.ar21.de
existingSecret: openproject-secret existingSecret: openproject-secret
userinfoEndpoint: "https://auth.ar21.de/application/o/userinfo/" userinfoEndpoint: https://auth.ar21.de/application/o/userinfo/
tokenEndpoint: "https://auth.ar21.de/application/o/token/" tokenEndpoint: https://auth.ar21.de/application/o/token/
authorizationEndpoint: "https://auth.ar21.de/application/o/authorize/" authorizationEndpoint: https://auth.ar21.de/application/o/authorize/
endSessionEndpoint: "https://auth.ar21.de/application/o/openproject/end-session/" endSessionEndpoint: https://auth.ar21.de/application/o/openproject/end-session/
persistence: persistence:
enabled: false enabled: false
s3: s3:
@ -49,7 +49,7 @@ postgresql:
auth: auth:
existingSecret: openproject-app existingSecret: openproject-app
secretKeys: secretKeys:
adminPasswordKey: "password" adminPasswordKey: password
userPasswordKey: "password" userPasswordKey: password
username: "app" username: app
database: "app" database: app