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