Compare commits

..

No commits in common. "16307d70e37031e19c5facb8abd97709079517b5" and "87c3c4ac0d4e71d031ff5c26911955e9fb482a1e" have entirely different histories.

View file

@ -1,18 +1,18 @@
image:
registry: git.ar21.de
repository: aaron/openproject
tag: '5'
registry: "git.ar21.de"
repository: "aaron/openproject"
tag: "2"
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"