Skip to content

Commit

Permalink
fix: runners to accept things and connect to controller
Browse files Browse the repository at this point in the history
  • Loading branch information
gak committed Jul 18, 2024
1 parent 440de06 commit 2b11467
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deployment/base/ftl-runner/ftl-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ spec:
- name: LOG_LEVEL
value: "debug"
- name: FTL_ENDPOINT
value: http://ftl-controller
value: "http://ftl-controller:8892"
- name: FTL_RUNNER_BIND
value: "http://$(MY_POD_IP):8893"
- name: FTL_RUNNER_ADVERTISE
value: "http://$(MY_POD_IP):8893"
- name: FTL_LANGUAGE
value: "go,kotlin"
ports:
- containerPort: 8893
readinessProbe:
Expand Down

0 comments on commit 2b11467

Please sign in to comment.