Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions registry/generic/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ storage:
http:
headers:
X-Content-Type-Options: [nosniff]
debug:
addr: 0.0.0.0:5001
health:
storagedriver:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions registry/generic/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ spec:
- containerPort: 80
name: registry
protocol: TCP
- containerPort: 5001
name: debug
protocol: TCP
env:
- name: REGISTRY_HTTP_SECRET
valueFrom:
Expand Down