Skip to content

Commit 7fc324f

Browse files
authored
Legg til "Elastic Kibana" og "Grafana Loki" som loggdestinasjonar (#380)
1 parent 0a07d52 commit 7fc324f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.nais/obo-nais-dev.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ spec:
2727
requests:
2828
cpu: 250m
2929
memory: 256Mi
30+
observability:
31+
logging:
32+
destinations:
33+
- id: elastic
34+
- id: loki
3035
secureLogs:
3136
enabled: true
3237
azure:

.nais/obo-nais-prod.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ spec:
2626
memory: 500Mi
2727
limits:
2828
memory: 1Gi
29+
observability:
30+
logging:
31+
destinations:
32+
- id: elastic
33+
- id: loki
2934
secureLogs:
3035
enabled: true
3136
azure:

0 commit comments

Comments
 (0)