Skip to content
Merged
Changes from all commits
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
4 changes: 4 additions & 0 deletions kubernetes/operationcode_backend/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ spec:
secretKeyRef:
name: backend-secrets
key: postgres_password
- name: POSTGRES_HOST
value: operationcode-staging-psql-postgresql
- name: REDIS_URL
value: redis://operationcode-redis-redis:6379/0
- name: RAILS_ENV
Expand Down Expand Up @@ -59,6 +61,8 @@ spec:
secretKeyRef:
name: backend-secrets
key: postgres_password
- name: POSTGRES_HOST
value: operationcode-staging-psql-postgresql
- name: REDIS_URL
value: redis://operationcode-redis-redis:6379/0
- name: SLACK_SUBDOMAIN
Expand Down