Skip to content

Commit

Permalink
udpate proxy variables
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 10, 2025
1 parent 35380b5 commit e1a583a
Showing 1 changed file with 26 additions and 8 deletions.
34 changes: 26 additions & 8 deletions examples/extras/datadog-agent/datadog.values.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,21 @@ datadog:
value: "true"
- name: DD_INVENTORIES_CONFIGURATION_ENABLED
value: "true"
- name: HTTP_PROXY
# - name: HTTP_PROXY
# value: "http://proxy.tco.census.gov:3128"
# - name: HTTPS_PROXY
# value: "http://proxy.tco.census.gov:3128"
# - name: NO_PROXY
# value: ".census.gov,169.254.169.254,127.0.0.1/8,10.0.0.0/8,172.16.0.0/12,148.129.0.0/16,.local,.default,.eks.amazonaws.com"
# change to proper values as per documentation
- name: DD_PROXY_HTTP
value: "http://proxy.tco.census.gov:3128"
- name: HTTPS_PROXY
- name: DD_PROXY_HTTPS
value: "http://proxy.tco.census.gov:3128"
- name: NO_PROXY
value: ".census.gov,169.254.169.254,127.0.0.1/8,10.0.0.0/8,172.16.0.0/12,148.129.0.0/16,.local,.default,.eks.amazonaws.com"
- name: DD_PROXY_NO_PROXY
value: ".census.gov 169.254.169.254 127.0.0.1/8 10.0.0.0/8 172.16.0.0/12 148.129.0.0/16 .local .default .eks.amazonaws.com"
- name: DD_NO_PROXY_NONEXACT_MATCH
value: true
- name: DD_HOSTNAME
valueFrom:
fieldRef:
Expand Down Expand Up @@ -77,12 +86,21 @@ clusterAgent:
env:
- name: DD_EC2_PREFER_IMDSV2
value: "true"
- name: HTTP_PROXY
# - name: HTTP_PROXY
# value: "http://proxy.tco.census.gov:3128"
# - name: HTTPS_PROXY
# value: "http://proxy.tco.census.gov:3128"
# - name: NO_PROXY
# value: ".census.gov,169.254.169.254,127.0.0.1/8,10.0.0.0/8,172.16.0.0/12,148.129.0.0/16,.local,.default,.eks.amazonaws.com"
# change to proper values as per documentation
- name: DD_PROXY_HTTP
value: "http://proxy.tco.census.gov:3128"
- name: HTTPS_PROXY
- name: DD_PROXY_HTTPS
value: "http://proxy.tco.census.gov:3128"
- name: NO_PROXY
value: ".census.gov,169.254.169.254,127.0.0.1/8,10.0.0.0/8,172.16.0.0/12,148.129.0.0/16,.local,.default,.eks.amazonaws.com"
- name: DD_PROXY_NO_PROXY
value: ".census.gov 169.254.169.254 127.0.0.1/8 10.0.0.0/8 172.16.0.0/12 148.129.0.0/16 .local .default .eks.amazonaws.com"
- name: DD_NO_PROXY_NONEXACT_MATCH
value: true
- name: DD_HOSTNAME
valueFrom:
fieldRef:
Expand Down

0 comments on commit e1a583a

Please sign in to comment.