We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec80e19 commit 9ef7ee2Copy full SHA for 9ef7ee2
2 files changed
functional_tests/functional/testdata/nodejs/deployment.yaml
@@ -20,5 +20,12 @@ spec:
20
- image: quay.io/splunko11ytest/nodejs_test:latest
21
name: nodejs-test
22
imagePullPolicy: IfNotPresent
23
+ env:
24
+ - name: NODE_IP
25
+ valueFrom:
26
+ fieldRef:
27
+ fieldPath: status.hostIP
28
+ - name: SPLUNK_PROFILER_LOGS_ENDPOINT
29
+ value: "http://$(NODE_IP):4318"
30
nodeSelector:
31
kubernetes.io/os: "linux"
functional_tests/functional/testdata/values/test_values.yaml.tmpl
@@ -98,8 +98,6 @@ instrumentation:
98
env:
99
- name: SPLUNK_METRICS_ENABLED
100
value: "true"
101
- - name: SPLUNK_PROFILER_LOGS_ENDPOINT
102
- value: "http://$(SPLUNK_OTEL_AGENT):4318"
103
installationJob:
104
enabled: true
105
operatorcrds:
0 commit comments