Skip to content
Merged
Show file tree
Hide file tree
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/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ spec:
secretKeyRef:
key: slack_service_auth_token
name: backend-secrets
- name: SLACK_SERVICE_URL
value: https://pybot.operationcode.org/pybot/api/v1/slack
- name: sidekiq
image: operationcode/operationcode_backend:latest
command: ["bundle", "exec", "sidekiq"]
Expand Down Expand Up @@ -176,6 +178,8 @@ spec:
secretKeyRef:
name: backend-secrets
key: secret_key_base
- name: SLACK_SERVICE_URL
value: https://pybot.operationcode.org/pybot/api/v1/slack
volumes:
- name: backend-secrets
secret:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ spec:
env:
- name: RAILS_ENV
value: staging
- name: SLACK_SERVICE_URL
value: http://pybot.operationcode.org:8080/pybot/api/v1/slack
- name: sidekiq
env:
- name: RAILS_ENV
value: staging
- name: SLACK_SERVICE_URL
value: http://pybot.operationcode.org:8080/pybot/api/v1/slack