Skip to content

Commit

Permalink
added redis dependency (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
truthfool authored Apr 21, 2023
1 parent 2a0ecee commit 565a948
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm/ph-ee-engine/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ dependencies:
version: 18.1.1
repository: https://codecentric.github.io/helm-charts
condition: "keycloak.enabled"
- name: redis
version: 17.9.3
repository: "https://charts.bitnami.com/bitnami"
condition: "redis.enabled"
5 changes: 5 additions & 0 deletions helm/ph-ee-engine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -943,3 +943,8 @@ keycloak:
extraEnv: |
- name: KEYCLOAK_IMPORT
value: /realm/kong-keycloak-realm.json
redis:
enabled: false
replica:
replicaCount: 0

0 comments on commit 565a948

Please sign in to comment.