Add public url to intermediate registry
This is needed for the JWT auth fix in https://review.opendev.org/687622 Change-Id: I35f758ea6bfd3871921adc72c70766340216d654
This commit is contained in:
parent
dee6a8b330
commit
9bafd83279
@ -1,6 +1,7 @@
|
||||
registry:
|
||||
address: '0.0.0.0'
|
||||
port: 5000
|
||||
public-url: https://insecure-ci-registry.opendev.org:5000
|
||||
tls-cert: /certs/domain.crt
|
||||
tls-key: /certs/domain.key
|
||||
secret: {{ registry_token_secret }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user