Explorar el Código

HUE-8936 [k8s] Inject Jaeger profiler as side card to Hue deployment

Romain hace 6 años
padre
commit
14cf372940
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      tools/kubernetes/helm/hue/templates/deployment-hue.yaml

+ 2 - 0
tools/kubernetes/helm/hue/templates/deployment-hue.yaml

@@ -4,6 +4,8 @@ metadata:
   name: hue
   labels:
     deployment: hue
+  annotations:
+    "sidecar.jaegertracing.io/inject": "true"
 spec:
   selector:
     matchLabels: