mirror of
https://github.com/morbalint/kemkas-deployment.git
synced 2026-07-17 22:03:46 +00:00
add open telemetry connection to grafana
This commit is contained in:
@@ -18,13 +18,15 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: kemkas
|
- name: kemkas
|
||||||
image: registry.digitalocean.com/kemkas/kemkas:8abe228d
|
image: registry.digitalocean.com/kemkas/kemkas:65132fc7
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
env:
|
env:
|
||||||
|
- name: monitoring__url
|
||||||
|
value: "grafana-k8s-monitoring-grafana-agent.default.svc.cluster.local:4317"
|
||||||
- name: Email__DomainName
|
- name: Email__DomainName
|
||||||
value: mail.kemkas.hu
|
value: "mail.kemkas.hu"
|
||||||
- name: Email__ApiKey
|
- name: Email__ApiKey
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
@@ -70,8 +72,8 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 100M
|
memory: 100M
|
||||||
limits:
|
limits:
|
||||||
cpu: 800m
|
cpu: 750m
|
||||||
memory: 400M
|
memory: 300M
|
||||||
|
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user