Created
April 18, 2017 16:03
-
-
Save lewang/9c1c5c3e5f39d3fbecfde24fc098fe97 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/k8s/production/workflows-conductor-deployment.yaml b/k8s/production/workflows-conductor-deployment.yaml | |
index 1440a18..305c0d3 100644 | |
--- a/k8s/production/workflows-conductor-deployment.yaml | |
+++ b/k8s/production/workflows-conductor-deployment.yaml | |
@@ -83,6 +83,10 @@ spec: | |
# circleci/circle as a library env-vars | |
- name: CIRCLE_ENV | |
value: "production" | |
+ - name: NREPL_PORT | |
+ value: "6005" | |
+ - name: NREPL_ADDRESS | |
+ value: "0.0.0.0" | |
- name: CIRCLE_SECRETS_URI | |
value: "file:///resources/secrets/production-secrets.edn.gpg" | |
- name: CIRCLE_ASSETS_SOURCE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment