From 59018cb772beae826e39ae9e587fc08beeea3346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20M=C3=B3r=C3=A1sz?= Date: Tue, 23 Jan 2024 13:19:46 +0100 Subject: [PATCH] add open telemetry connection to grafana --- kemkas/kemkas-deployment.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/kemkas/kemkas-deployment.yaml b/kemkas/kemkas-deployment.yaml index e83754a..a8d576a 100644 --- a/kemkas/kemkas-deployment.yaml +++ b/kemkas/kemkas-deployment.yaml @@ -18,13 +18,15 @@ spec: spec: containers: - name: kemkas - image: registry.digitalocean.com/kemkas/kemkas:8abe228d + image: registry.digitalocean.com/kemkas/kemkas:65132fc7 imagePullPolicy: IfNotPresent ports: - containerPort: 8080 env: + - name: monitoring__url + value: "grafana-k8s-monitoring-grafana-agent.default.svc.cluster.local:4317" - name: Email__DomainName - value: mail.kemkas.hu + value: "mail.kemkas.hu" - name: Email__ApiKey valueFrom: secretKeyRef: @@ -70,8 +72,8 @@ spec: cpu: 100m memory: 100M limits: - cpu: 800m - memory: 400M + cpu: 750m + memory: 300M restartPolicy: Always