Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Add additional parameters to support external elasticache type redis …
Browse files Browse the repository at this point in the history
…deployment (#35)
  • Loading branch information
zachariahmiller authored Sep 11, 2023
1 parent 461ca68 commit 247dab4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gitlab-flux-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ application:
secret: gitlab-postgres
key: password
redis:
host: gitlab-redis
scheme: ###ZARF_VAR_REDIS_SCHEME###
host: ###ZARF_VAR_GITLAB_REDIS_ENDPOINT###
port: 6379
auth:
enabled: true
Expand Down
4 changes: 4 additions & 0 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ variables:
default: ""
- name: ISTIO_VERSION
default: "unset"
- name: GITLAB_REDIS_ENDPOINT
default: "gitlab-redis"
- name: GITLAB_REDIS_SCHEME
default: "redis"

components:
- name: istio-version
Expand Down

0 comments on commit 247dab4

Please sign in to comment.