Skip to content

Commit

Permalink
fix(deployment): operator collector image and loki test schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurzydym committed May 13, 2024
1 parent 8d2c6df commit e35571a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions loki-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ loki:
auth_enabled: false
commonConfig:
replication_factor: 1
useTestSchema: true
read:
replicas: 1
write:
Expand Down
3 changes: 3 additions & 0 deletions otel-operator-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
manager:
collectorImage:
repository: "otel/opentelemetry-collector-k8s"
2 changes: 2 additions & 0 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ deploy:
remoteChart: opentelemetry-operator
namespace: observability
createNamespace: true
valuesFiles:
- ./otel-operator-values.yaml
- name: loki
repo: https://grafana.github.io/helm-charts
remoteChart: loki
Expand Down

0 comments on commit e35571a

Please sign in to comment.