Deploy reg-server to prod
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
408460130e
commit
732824986c
2 changed files with 9 additions and 2 deletions
|
@ -204,4 +204,12 @@ path = /srv/web/registry-signatures
|
|||
uid = root
|
||||
gid = root
|
||||
read only = yes
|
||||
hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0
|
||||
hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0 10.5.128.0/255.255.255.0
|
||||
|
||||
[registry-index]
|
||||
comment = registry-index
|
||||
path = /var/lib/reg-server/static/
|
||||
uid = root
|
||||
gid = root
|
||||
read only = yes
|
||||
hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0 10.5.128.0/255.255.255.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue