apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: name: nginx-configuration-snippet annotations: nginx.ingress.kubernetes.io/configuration-snippet: | more_set_headers "Request-Id: $req_id"; spec: rules: - host: custom.configuration.com http: paths: - backend: serviceName: http-svc servicePort: 80 path: /