24 lines
681 B
YAML
24 lines
681 B
YAML
# APM Server (HTTP + OTLP/gRPC on 8200) — Contour HTTPProxy.
|
|
# For OTLP gRPC, uses protocol h2c (HTTP/2 Cleartext); works with both gRPC and HTTP agents.
|
|
apiVersion: projectcontour.io/v1
|
|
kind: HTTPProxy
|
|
metadata:
|
|
name: apm-prd-observability
|
|
namespace: eck-observability-prd
|
|
annotations:
|
|
projectcontour.io/ingress.class: contour-internal
|
|
spec:
|
|
ingressClassName: contour-internal
|
|
virtualhost:
|
|
fqdn: apm-eck-observability.prd.meesho.int
|
|
routes:
|
|
- conditions:
|
|
- prefix: /
|
|
services:
|
|
- name: apm-eck-observability-prd-apm-http
|
|
port: 8200
|
|
protocol: h2c
|
|
timeoutPolicy:
|
|
response: "300s"
|
|
idle: "300s"
|