don't use port 5000 for registry.stg/registry, they are revproxied to 443
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
6e570e7cfe
commit
c46f63acf7
3 changed files with 6 additions and 6 deletions
|
@ -37,8 +37,8 @@
|
|||
password: "{{ osbs_koji_stg_password }}",
|
||||
koji_certs_secret: "koji",
|
||||
openshift_url: 'https://{{ osbs_fqdn }}/',
|
||||
registry_uri: 'https://{{ docker_registry }}:5000/v2',
|
||||
source_registry_uri: 'https://{{ docker_registry }}:5000/v2',
|
||||
registry_uri: 'https://{{ docker_registry }}/v2',
|
||||
source_registry_uri: 'https://{{ docker_registry }}/v2',
|
||||
build_host: '{{ osbs_fqdn }}',
|
||||
koji_root: 'http://{{ koji_root }}',
|
||||
koji_hub: 'http://{{ koji_hub }}',
|
||||
|
|
|
@ -41,8 +41,8 @@
|
|||
password: "{{ osbs_koji_stg_password }}",
|
||||
koji_certs_secret: "koji",
|
||||
openshift_url: 'https://{{ osbs_fqdn }}/',
|
||||
registry_uri: 'https://{{ docker_registry }}:5000/v2',
|
||||
source_registry_uri: 'https://{{ docker_registry }}:5000/v2',
|
||||
registry_uri: 'https://{{ docker_registry }}/v2',
|
||||
source_registry_uri: 'https://{{ docker_registry }}/v2',
|
||||
build_host: '{{ osbs_fqdn }}',
|
||||
koji_root: 'http://{{ koji_root }}',
|
||||
koji_hub: 'http://{{ koji_hub }}',
|
||||
|
|
|
@ -46,8 +46,8 @@
|
|||
password: "{{ osbs_koji_stg_password }}",
|
||||
koji_certs_secret: "koji",
|
||||
openshift_url: 'https://{{ osbs_fqdn }}/',
|
||||
registry_uri: 'https://{{ docker_registry }}:5000/v2',
|
||||
source_registry_uri: 'https://{{ docker_registry }}:5000/v2',
|
||||
registry_uri: 'https://{{ docker_registry }}/v2',
|
||||
source_registry_uri: 'https://{{ docker_registry }}/v2',
|
||||
build_host: '{{ osbs_fqdn }}',
|
||||
koji_root: 'http://{{ koji_root }}',
|
||||
koji_hub: 'http://{{ koji_hub }}',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue