Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] Update k8s manifest #1804

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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