Skip to content

Instantly share code, notes, and snippets.

@lewang
Created April 18, 2017 16:03
Show Gist options
  • Save lewang/9c1c5c3e5f39d3fbecfde24fc098fe97 to your computer and use it in GitHub Desktop.
Save lewang/9c1c5c3e5f39d3fbecfde24fc098fe97 to your computer and use it in GitHub Desktop.
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