diff --git a/conjurer/bot.yaml b/conjurer/bot.yaml index c2c0b8d..9750fd0 100644 --- a/conjurer/bot.yaml +++ b/conjurer/bot.yaml @@ -25,6 +25,8 @@ spec: - { name: CONJURER_LIBRARIAN_SERVICE, value: "http://librarian:5001" } - { name: CONJURER_MUSICIAN_SERVICE, value: "http://192.168.1.89:5000" } - { name: CONJURER_RADIO_SERVICE, value: "http://192.168.1.79:5005" } + - { name: CONJURER_FILE_SERVICE, value: "http://192.168.1.79:5005" } + - { name: CONJURER_RADIO_HARBOR, value: "http://192.168.1.79:54321" } volumeMounts: - { name: data, mountPath: /data }