diff --git a/openproject/values.yaml b/openproject/values.yaml index af18bfb..b61028e 100644 --- a/openproject/values.yaml +++ b/openproject/values.yaml @@ -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"