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

Ingress-nginx opentelemetry #667

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions modules/kubernetes/ingress-nginx/templates/values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ controller:
%{~ if allow_snippet_annotations ~}
annotation-value-word-blocklist: load_module,lua_package,_by_lua,location,root,proxy_pass,serviceaccount,{,},',\
%{~ endif ~}
data:
enable-opentracing: "true"

addHeaders:
%{~ for key, value in extra_headers ~}
Expand Down Expand Up @@ -124,6 +126,11 @@ controller:
port: 10354
%{~ endif ~}

extraModules:
## Modules, which are mounted into the core nginx image
- name: opentelemetry
image: k8s.gcr.io/ingress-nginx/opentelemetry:v20220415-controller-v1.2.0-beta.0-2-g81c2afd97@sha256:ce61e2cf0b347dffebb2dcbf57c33891d2217c1bad9c0959c878e5be671ef941

affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
Expand Down