Fix indentation in registry yaml files

This commit is contained in:
Jesse Hu 2018-01-03 18:28:22 +08:00
parent 1a7f6f36e2
commit 4fb947a155
2 changed files with 37 additions and 38 deletions

View File

@ -4,32 +4,31 @@ log:
fields: fields:
service: registry service: registry
storage: storage:
cache: cache:
layerinfo: inmemory layerinfo: inmemory
filesystem: filesystem:
rootdirectory: /storage rootdirectory: /storage
maintenance: maintenance:
uploadpurging: uploadpurging:
enabled: false enabled: false
delete: delete:
enabled: true enabled: true
http: http:
addr: :5000 addr: :5000
secret: placeholder secret: placeholder
debug: debug:
addr: localhost:5001 addr: localhost:5001
auth: auth:
token: token:
issuer: harbor-token-issuer issuer: harbor-token-issuer
realm: $ui_url/service/token realm: $ui_url/service/token
rootcertbundle: /etc/registry/root.crt rootcertbundle: /etc/registry/root.crt
service: harbor-registry service: harbor-registry
notifications: notifications:
endpoints: endpoints:
- name: harbor - name: harbor
disabled: false disabled: false
url: http://ui:8080/service/notifications url: http://ui:8080/service/notifications
timeout: 3000ms timeout: 3000ms
threshold: 5 threshold: 5
backoff: 1s backoff: 1s

View File

@ -4,14 +4,14 @@ log:
fields: fields:
service: registry service: registry
storage: storage:
cache: cache:
layerinfo: redis layerinfo: redis
Place_holder_for_Storage_configureation Place_holder_for_Storage_configureation
maintenance: maintenance:
uploadpurging: uploadpurging:
enabled: false enabled: false
delete: delete:
enabled: true enabled: true
redis: redis:
addr: $redis_url addr: $redis_url
db: 0 db: 0
@ -24,10 +24,10 @@ redis:
idletimeout: 300s idletimeout: 300s
http: http:
addr: :5000 addr: :5000
secret: placeholder secret: placeholder
debug: debug:
addr: localhost:5001 addr: localhost:5001
auth: auth:
token: token:
issuer: harbor-token-issuer issuer: harbor-token-issuer
@ -37,9 +37,9 @@ auth:
notifications: notifications:
endpoints: endpoints:
- name: harbor - name: harbor
disabled: false disabled: false
url: http://ui:8080/service/notifications url: http://ui:8080/service/notifications
timeout: 3000ms timeout: 3000ms
threshold: 5 threshold: 5
backoff: 1s backoff: 1s