mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-07 05:42:55 +00:00
feat: add proxy env var support for AWX containers (#2113)
Add http_proxy, https_proxy, and no_proxy CRD fields to the AWX spec and inject them into all application containers via a shared proxy-env ConfigMap, with automatic rollouts when proxy values change. Assisted by: Claude Signed-off-by: James Marshall <jamarsha@redhat.com>
This commit is contained in:
@@ -16,3 +16,7 @@ spec:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64M
|
||||
# HTTP proxy settings (optional)
|
||||
# http_proxy: "http://proxy.example.com:3128"
|
||||
# https_proxy: "http://proxy.example.com:3128"
|
||||
# no_proxy: "localhost,127.0.0.1,.cluster.local"
|
||||
|
||||
Reference in New Issue
Block a user