openproject: update image tag to 3 (done automagically via Woodpecker pipeline)
This commit is contained in:
parent
87c3c4ac0d
commit
9ff3b0ad7e
1 changed files with 19 additions and 19 deletions
|
@ -1,18 +1,18 @@
|
|||
image:
|
||||
registry: "git.ar21.de"
|
||||
repository: "aaron/openproject"
|
||||
tag: "2"
|
||||
registry: git.ar21.de
|
||||
repository: aaron/openproject
|
||||
tag: '3'
|
||||
appInit:
|
||||
resources:
|
||||
limits:
|
||||
memory: "4Gi"
|
||||
memory: 4Gi
|
||||
requests:
|
||||
memory: "4Gi"
|
||||
clusterDomain: "project.aaronriedel.de"
|
||||
memory: 4Gi
|
||||
clusterDomain: project.aaronriedel.de
|
||||
ingress:
|
||||
annotations:
|
||||
kubernetes.io/tls-acme: "true"
|
||||
host: "project.aaronriedel.de"
|
||||
kubernetes.io/tls-acme: 'true'
|
||||
host: project.aaronriedel.de
|
||||
tls:
|
||||
secretName: openproject-tls
|
||||
workers:
|
||||
|
@ -21,14 +21,14 @@ workers:
|
|||
openproject:
|
||||
oidc:
|
||||
enabled: true
|
||||
provider: "Keycloak"
|
||||
displayName: "aaronID"
|
||||
host: "auth.ar21.de"
|
||||
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/"
|
||||
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:
|
||||
|
@ -49,7 +49,7 @@ postgresql:
|
|||
auth:
|
||||
existingSecret: openproject-app
|
||||
secretKeys:
|
||||
adminPasswordKey: "password"
|
||||
userPasswordKey: "password"
|
||||
username: "app"
|
||||
database: "app"
|
||||
adminPasswordKey: password
|
||||
userPasswordKey: password
|
||||
username: app
|
||||
database: app
|
||||
|
|
Loading…
Reference in a new issue