Assign tracing-related environment variables in Kubernetes
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
co-authored by
Antonio Scandurra
parent
6ef2d0fbec
commit
dc28305c9f
@@ -1 +1,2 @@
|
||||
ZED_ENVIRONMENT=production
|
||||
TRACE_LEVEL=debug
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
ZED_ENVIRONMENT=staging
|
||||
TRACE_LEVEL=debug
|
||||
|
||||
@@ -85,6 +85,15 @@ spec:
|
||||
value: "1"
|
||||
- name: RUST_LOG
|
||||
value: "trace"
|
||||
- name: TRACE_LEVEL
|
||||
value: ${TRACE_LEVEL}
|
||||
- name: HONEYCOMB_DATASET
|
||||
value: "collab"
|
||||
- name: HONEYCOMB_API_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: honeycomb
|
||||
key: apiKey
|
||||
securityContext:
|
||||
capabilities:
|
||||
# FIXME - Switch to the more restrictive `PERFMON` capability.
|
||||
|
||||
Reference in New Issue
Block a user