Skip to content

Commit

Permalink
Merge branch 'main' into accountingservice/fix-build-targetarch
Browse files Browse the repository at this point in the history
  • Loading branch information
julianocosta89 authored Dec 2, 2024
2 parents e7c528d + 044de6d commit 9664af6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions kubernetes/opentelemetry-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9975,7 +9975,7 @@ spec:
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,service.version=1.12.0
resources:
limits:
memory: 50Mi
memory: 75Mi
volumeMounts:
- name: config-rw
mountPath: /etc/flagd
Expand Down Expand Up @@ -10004,7 +10004,7 @@ spec:
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,service.version=1.12.0
resources:
limits:
memory: 150Mi
memory: 75Mi
volumeMounts:
- mountPath: /app/data
name: config-rw
Expand Down Expand Up @@ -10269,8 +10269,6 @@ spec:
value: "4317"
- name: OTEL_COLLECTOR_PORT_HTTP
value: "4318"
- name: OTEL_SERVICE_NAME
value: frontend-proxy
- name: OTEL_RESOURCE_ATTRIBUTES
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,service.version=1.12.0
resources:
Expand Down Expand Up @@ -10487,7 +10485,7 @@ spec:
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,service.version=1.12.0
resources:
limits:
memory: 1Gi
memory: 1500Mi
volumeMounts:
volumes:
---
Expand Down

0 comments on commit 9664af6

Please sign in to comment.