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

Helm chart for Apollo router #3

Merged
merged 3 commits into from
Mar 19, 2024
Merged

Helm chart for Apollo router #3

merged 3 commits into from
Mar 19, 2024

Conversation

iamvigneshwars
Copy link
Contributor

Adds apollo router deployment.
Ingress: data-gateway.diamond.ac.uk

charts/data-gateway/values.yaml Outdated Show resolved Hide resolved
charts/data-gateway/templates/router-config.yaml Outdated Show resolved Hide resolved
Comment on lines 227 to 253
configuration:
supergraph:
listen: 0.0.0.0:4000
health_check:
listen: 0.0.0.0:8088
telemetry:
instrumentation:
spans:
mode: spec_compliant
exporters:
metrics:
common:
resource:
"service.name": "router"
otlp:
enabled: true
endpoint: '{{ .Release.Name }}-opentelemetry-collector:4317'
protocol: grpc
tracing:
common:
resource:
"service.name": "router"
otlp:
enabled: true
endpoint: '{{ .Release.Name }}-opentelemetry-collector:4317'
protocol: grpc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
configuration:
supergraph:
listen: 0.0.0.0:4000
health_check:
listen: 0.0.0.0:8088
telemetry:
instrumentation:
spans:
mode: spec_compliant
exporters:
metrics:
common:
resource:
"service.name": "router"
otlp:
enabled: true
endpoint: '{{ .Release.Name }}-opentelemetry-collector:4317'
protocol: grpc
tracing:
common:
resource:
"service.name": "router"
otlp:
enabled: true
endpoint: '{{ .Release.Name }}-opentelemetry-collector:4317'
protocol: grpc
configuration: {}
myConfiguration:
supergraph:
listen: 0.0.0.0:4000
health_check:
listen: 0.0.0.0:8088
telemetry:
instrumentation:
spans:
mode: spec_compliant
exporters:
metrics:
common:
resource:
"service.name": "router"
otlp:
enabled: true
endpoint: '{{ .Release.Name }}-opentelemetry-collector:4317'
protocol: grpc
tracing:
common:
resource:
"service.name": "router"
otlp:
enabled: true
endpoint: '{{ .Release.Name }}-opentelemetry-collector:4317'
protocol: grpc

@garryod garryod merged commit 668bc9a into main Mar 19, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
helm Helm chart
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants