Files
k3k/tests/e2e/testdata/registry/config.yml
Jonathan Crowther 624fee98d7 Refactor tests to their own directories (#723)
* Move cli tests

* Move e2e tests to their own directory

* Move integration tests

* Fix path within the cli tests

* Move k3k-kubelet tests

* Improve the various make test- options

* Remove dead code from cli tests

* Update development.md with the new make commands
2026-03-26 09:45:31 -04:00

28 lines
488 B
YAML

version: 0.1
log:
fields:
service: registry
storage:
filesystem:
rootdirectory: /var/lib/registry
delete:
enabled: true
http:
addr: :5000
# TLS configuration
tls:
certificate: /etc/docker/registry/ssl/registry/tls.crt
key: /etc/docker/registry/ssl/registry/tls.key
# Health endpoint
headers:
X-Content-Type-Options: [nosniff]
# Using mirror registry to avoid pushing to it in the test
proxy:
remoteurl: https://registry-1.docker.io
ttl: 0