2018-02-04 04:32:33 +00:00
|
|
|
---
|
2018-03-30 11:29:13 +00:00
|
|
|
registry_namespace: "kube-system"
|
2018-02-09 07:47:57 +00:00
|
|
|
registry_storage_class: ""
|
2021-11-22 10:45:09 +00:00
|
|
|
registry_storage_access_mode: "ReadWriteOnce"
|
2018-02-09 07:47:57 +00:00
|
|
|
registry_disk_size: "10Gi"
|
2020-03-17 12:52:22 +00:00
|
|
|
registry_port: 5000
|
2021-11-22 10:45:09 +00:00
|
|
|
registry_replica_count: 1
|
2021-12-07 16:32:00 +00:00
|
|
|
# name of kubernetes secret for registry TLS certs
|
|
|
|
registry_tls_secret: ""
|
|
|
|
|
|
|
|
registry_htpasswd: ""
|
|
|
|
|
|
|
|
# registry configuration
|
|
|
|
# see: https://docs.docker.com/registry/configuration/#list-of-configuration-options
|
|
|
|
registry_config:
|
|
|
|
version: 0.1
|
|
|
|
log:
|
|
|
|
fields:
|
|
|
|
service: registry
|
|
|
|
storage:
|
|
|
|
cache:
|
|
|
|
blobdescriptor: inmemory
|
|
|
|
http:
|
|
|
|
addr: :{{ registry_port }}
|
|
|
|
headers:
|
|
|
|
X-Content-Type-Options: [nosniff]
|
|
|
|
health:
|
|
|
|
storagedriver:
|
|
|
|
enabled: true
|
|
|
|
interval: 10s
|
|
|
|
threshold: 3
|