Skip to content

Commit

Permalink
Xray Service Name Adjustments (#2805)
Browse files Browse the repository at this point in the history
* updating namespace

* Adding a configuration for the api to see the DaemonSet for xray

* adding var to example file

* updating vars

* updating vars

* adding var

* removing these?

* updating the service name!
  • Loading branch information
P0NDER0SA authored Jul 29, 2024
1 parent 01d7c29 commit c777bb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/notify-api/api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ spec:
- name: ZENDESK_API_KEY
value: '$(ZENDESK_API_KEY)'
- name: AWS_XRAY_DAEMON_ADDRESS
value: 'xray-service.xray.svc.cluster.local:2000'
value: 'xray-daemon-aws-xray.xray.svc.cluster.local:2000'
command:
[
"sh",
Expand Down Expand Up @@ -277,7 +277,7 @@ spec:
- name: FF_BOUNCE_RATE_BACKEND
value: '$(FF_BOUNCE_RATE_BACKEND)'
- name: AWS_XRAY_DAEMON_ADDRESS
value: 'xray-service.xray.svc.cluster.local:2000'
value: 'xray-daemon-aws-xray.xray.svc.cluster.local:2000'
resources:
requests:
cpu: "200m"
Expand Down

0 comments on commit c777bb2

Please sign in to comment.