Skip to content

Commit

Permalink
feat:[nmrxiv-app]-add keylcloak dependency
Browse files Browse the repository at this point in the history
fixes #52
  • Loading branch information
NishaSharma14 committed Feb 1, 2024
1 parent 825be33 commit 5d575f2
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
7 changes: 5 additions & 2 deletions charts/nmrxiv-app/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ dependencies:
- name: nmrkit
repository: https://nfdi4chem.github.io/repo-helm-charts
version: 0.2.1
digest: sha256:f89813103bea31a24a4cb99ff0ac621cbbbf3d5f4a748449ee5abe857c729380
generated: "2024-02-01T14:22:36.741693962+01:00"
- name: keycloak
repository: https://charts.bitnami.com/bitnami
version: 18.3.3
digest: sha256:286a0b5ffae7f1770758e305ff935d0012a44578c5fed9ee47ffeb2b93abc54f
generated: "2024-02-01T15:17:34.970094053+01:00"
6 changes: 5 additions & 1 deletion charts/nmrxiv-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.5
version: 0.7.6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down Expand Up @@ -54,3 +54,7 @@ dependencies:
version: "0.2.1"
repository: https://nfdi4chem.github.io/repo-helm-charts
condition: nmrkit.enabled
- name: keycloak
version: "18.3.3"
repository: https://charts.bitnami.com/bitnami
condition: keycloak.enabled
Binary file added charts/nmrxiv-app/charts/keycloak-18.3.3.tgz
Binary file not shown.
13 changes: 13 additions & 0 deletions charts/nmrxiv-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,19 @@ meilisearch:
enabled: true
size: 5Gi

keycloak:
enabled: false
auth:
adminUser: nmrxiv_keycloak
adminPassword: secret
postgresql:
enabled: true
auth:
username: keycloak_nmrxiv
password: secret
service:
type: LoadBalancer

storage:
pvc:
accessModes:
Expand Down

0 comments on commit 5d575f2

Please sign in to comment.