sigs.k8s.io/cluster-api-provider-azure@v1.14.3/hack/observability/jaeger/chart/templates/tests/test-connection.yaml (about) 1 {{- if .Values.tests.enabled }} 2 apiVersion: v1 3 kind: Pod 4 metadata: 5 name: "{{ include "jaeger-all-in-one.fullname" . }}-test-connection" 6 labels: 7 {{ include "jaeger-all-in-one.labels" . | nindent 4 }} 8 annotations: 9 "helm.sh/hook": test-success 10 spec: 11 containers: 12 - name: wget 13 image: busybox 14 command: ['wget'] 15 args: ['{{ include "jaeger-all-in-one.fullname" . }}:{{ .Values.service.port }}'] 16 restartPolicy: Never 17 {{- end }}