Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1990 - Camunda Workers - Add Redis env variables #1991

Merged
merged 2 commits into from
Jun 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions devops/openshift/workers-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ objects:
value: ${NODE_ENV}
- name: POSTGRES_HOST
value: "${DB_SERVICE}"
- name: REDIS_HOST
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we keep REDIS_HOST and REDIS_PASSWORD together?

value: "${REDIS_SERVICE}"
- name: POSTGRES_USER
valueFrom:
secretKeyRef:
Expand All @@ -53,6 +55,11 @@ objects:
secretKeyRef:
key: ${ZEEBE_ADDRESS_KEY}
name: ${WORKERS_SECRET_NAME}
- name: REDIS_PASSWORD
valueFrom:
secretKeyRef:
key: ${REDIS_PASSWORD_KEY}
name: ${REDIS_SECRET_NAME}
- name: ZEEBE_CLIENT_ID
valueFrom:
secretKeyRef:
Expand Down Expand Up @@ -147,3 +154,9 @@ parameters:
require: true
- name: BYPASS_CRA_INCOME_VERIFICATION
value: "false"
- name: REDIS_SERVICE
value: redis
- name: REDIS_SECRET_NAME
value: redis-creds
- name: REDIS_PASSWORD_KEY
value: password