From c60410577dfb0277af366afa673f8dd345ab8e19 Mon Sep 17 00:00:00 2001 From: Max batleforc Date: Fri, 28 Jun 2024 04:25:15 +0200 Subject: [PATCH] feat: fix resources --- chart/templates/Deployment.yaml | 2 -- chart/values.yaml | 2 -- resources/config.toml | 2 +- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/chart/templates/Deployment.yaml b/chart/templates/Deployment.yaml index 5f42255..1d9f0e3 100644 --- a/chart/templates/Deployment.yaml +++ b/chart/templates/Deployment.yaml @@ -62,8 +62,6 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - - name: RUST_BACKTRACE - value: "1" - name: PORT value: "5437" - name: IMAGE_PATH diff --git a/chart/values.yaml b/chart/values.yaml index 026559d..21ee89c 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -9,8 +9,6 @@ resources: # Need to be fine tunned in the futur env: - name: OTEL_EXPORTER_OTLP_ENDPOINT value: "http://tempo.monitoring.svc.cluster.local:4317" - - name: RUST_LOG - value: "debug" - name: APP_NAME value: "BotDiscord" diff --git a/resources/config.toml b/resources/config.toml index 6a72621..bbc1032 100644 --- a/resources/config.toml +++ b/resources/config.toml @@ -1,4 +1,4 @@ -bot_name = "AGAU" +bot_name = "WeeKit" env = "dev-che" port = 5437 token = ""