Compare commits
No commits in common. "16307d70e37031e19c5facb8abd97709079517b5" and "87c3c4ac0d4e71d031ff5c26911955e9fb482a1e" have entirely different histories.
16307d70e3
...
87c3c4ac0d
1 changed files with 19 additions and 19 deletions
|
@ -1,18 +1,18 @@
|
||||||
image:
|
image:
|
||||||
registry: git.ar21.de
|
registry: "git.ar21.de"
|
||||||
repository: aaron/openproject
|
repository: "aaron/openproject"
|
||||||
tag: '5'
|
tag: "2"
|
||||||
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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue