Skip to content

Commit fd36e77

Browse files
chore: use external service entry to talk to www.redhat.com
1 parent 7134466 commit fd36e77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ocp/deployments/manifests/servicemesh/status_service/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ spec:
2828
- name: *name
2929
image: ghcr.io/leonsteinhaeuser/rh-ocp-examples-status:main
3030
imagePullPolicy: Always
31+
env:
32+
- name: EXTERNAL_SERVICES_TO_WATCH
33+
value: "redhat=http://www-redhat-com:80"
3134
ports:
3235
- containerPort: 8082
3336
name: http

0 commit comments

Comments
 (0)