Skip to content

Commit 76acf96

Browse files
committed
[Deployment] Add env to kubernetes file
1 parent a6d10b9 commit 76acf96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

octobot.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ spec:
3636
ports:
3737
- containerPort: 5001
3838
name: octobot
39+
env:
40+
- name: IS_CLOUD_ENV
41+
value: "true"
3942
volumeMounts:
4043
- mountPath: /octobot/logs
4144
name: octobot-logs

0 commit comments

Comments
 (0)