Skip to content

Commit

Permalink
Re-add NO_PROXY field
Browse files Browse the repository at this point in the history
  • Loading branch information
samhotep committed Dec 12, 2024
1 parent 1d43b7d commit 094396c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions konf/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ staging:
}
more_set_headers "X-Robots-Tag: noindex";
env:
# Disable proxy for staging-swift
- name: NO_PROXY
value: .internal,ubuntu.com,.ubuntu.com,snapcraft.io,.snapcraft.io,jujucharms.com,.jujucharms.com,maas.io,.maas.io,conjure-up.io,.conjure-up.io,netplan.io,.netplan.io,canonical.com,.canonical.com,launchpad.net,.launchpad.net,linuxcontainers.org,.linuxcontainers.org,cloud-init.io,.cloud-init.io,vanillaframework.io,.vanillaframework.io,anbox-cloud.io,.anbox-cloud.io,juju.is,.juju.is,dqlite.io,.dqlite.io,charmhub.io,.charmhub.io,staging-swift
# Postgres
- name: DATABASE_URL
secretKeyRef:
Expand Down

0 comments on commit 094396c

Please sign in to comment.