Skip to content

Commit 202406a

Browse files
committed
Removed SPLUNK_METRICS_ENDPOINT due to deprecation of the signalfx receiver
1 parent 89e1e35 commit 202406a

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

workshop/petclinic/deployment.yaml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,6 @@ spec:
9999
env:
100100
- name: JAVA_OPTIONS
101101
value: "-Xdebug -Dsplunk.profiler.call.stack.interval=150"
102-
- name: NODE_IP
103-
valueFrom:
104-
fieldRef:
105-
fieldPath: status.hostIP
106-
- name: SPLUNK_METRICS_ENDPOINT
107-
value: "http://$(NODE_IP):9943"
108102
resources:
109103
requests:
110104
#cpu: 125m
@@ -183,12 +177,6 @@ spec:
183177
secretKeyRef:
184178
name: workshop-secret
185179
key: env
186-
- name: NODE_IP
187-
valueFrom:
188-
fieldRef:
189-
fieldPath: status.hostIP
190-
- name: SPLUNK_METRICS_ENDPOINT
191-
value: "http://$(NODE_IP):9943"
192180
resources:
193181
requests:
194182
memory: 512Mi
@@ -264,13 +252,6 @@ spec:
264252
env:
265253
- name: _JAVA_OPTIONS
266254
value: "-Dspring.profiles.active=docker,mysql -Xdebug -Dsplunk.profiler.call.stack.interval=150"
267-
268-
- name: NODE_IP
269-
valueFrom:
270-
fieldRef:
271-
fieldPath: status.hostIP
272-
- name: SPLUNK_METRICS_ENDPOINT
273-
value: "http://$(NODE_IP):9943"
274255
resources:
275256
requests:
276257
memory: 512Mi
@@ -325,13 +306,6 @@ spec:
325306
env:
326307
- name: _JAVA_OPTIONS
327308
value: "-Dspring.profiles.active=docker,mysql -Xdebug -Dsplunk.profiler.call.stack.interval=150"
328-
329-
- name: NODE_IP
330-
valueFrom:
331-
fieldRef:
332-
fieldPath: status.hostIP
333-
- name: SPLUNK_METRICS_ENDPOINT
334-
value: "http://$(NODE_IP):9943"
335309
resources:
336310
requests:
337311
memory: 512Mi
@@ -386,12 +360,6 @@ spec:
386360
env:
387361
- name: _JAVA_OPTIONS
388362
value: "-Dspring.profiles.active=docker,mysql -Xdebug -Dsplunk.profiler.call.stack.interval=150"
389-
- name: NODE_IP
390-
valueFrom:
391-
fieldRef:
392-
fieldPath: status.hostIP
393-
- name: SPLUNK_METRICS_ENDPOINT
394-
value: "http://$(NODE_IP):9943"
395363
resources:
396364
requests:
397365
memory: 512Mi
@@ -445,13 +413,6 @@ spec:
445413
imagePullPolicy: Always
446414
ports:
447415
- containerPort: 9090
448-
env:
449-
- name: NODE_IP
450-
valueFrom:
451-
fieldRef:
452-
fieldPath: status.hostIP
453-
- name: SPLUNK_METRICS_ENDPOINT
454-
value: "http://$(NODE_IP):9943"
455416
resources:
456417
requests:
457418
memory: 512Mi

0 commit comments

Comments
 (0)