|
@@ -268,6 +268,12 @@
|
|
|
env:
|
|
|
- name: BROKER_CONFIG
|
|
|
value: /etc/ansible-service-broker/config.yaml
|
|
|
+ - name: HTTP_PROXY
|
|
|
+ value: "{{ openshift.common.http_proxy | default('') }}"
|
|
|
+ - name: HTTPS_PROXY
|
|
|
+ value: "{{ openshift.common.https_proxy | default('') }}"
|
|
|
+ - name: NO_PROXY
|
|
|
+ value: "{{ openshift.common.no_proxy | default('') }}"
|
|
|
resources: {}
|
|
|
terminationMessagePath: /tmp/termination-log
|
|
|
readinessProbe:
|