Skip to content

Commit

Permalink
fix(vlogs): update to 0.6.0 and set resource limits
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroy committed Aug 22, 2024
1 parent 8f6b093 commit 3b0b245
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/observability/grafana/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
- name: VictoriaLogs
type: victorialogs-datasource
access: proxy
url: http://victoria-logs-victoria-logs-single-server.observability:9428
url: http://victoria-logs.observability:9428
- name: Alertmanager
type: alertmanager
uid: alertmanager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sinks:
victorialogs:
type: elasticsearch
inputs: [kubernetes_remap]
endpoints: [http://victoria-logs-victoria-logs-single-server.observability:9428/insert/elasticsearch/]
endpoints: [http://victoria-logs.observability:9428/insert/elasticsearch/]
mode: bulk
api_version: v8
healthcheck:
Expand Down
13 changes: 12 additions & 1 deletion kubernetes/apps/observability/victorialogs/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: victoria-logs-single
version: 0.5.4
version: 0.6.0
sourceRef:
kind: HelmRepository
name: victoriametrics
Expand All @@ -27,11 +27,22 @@ spec:
strategy: rollback
retries: 3
values:
global:
victoriaLogs:
server:
fullnameOverride: victoria-logs
server:
persistentVolume:
enabled: true
storageClass: openebs-hostpath
size: 10Gi
resources:
requests:
cpu: 5m
memory: 50Mi
limits:
cpu: 200m
memory: 300Mi
ingress:
enabled: true
annotations:
Expand Down

0 comments on commit 3b0b245

Please sign in to comment.