Adding new registry_port option (#5779)

New override are added to allow installation of the registry
on different ports than ``5000``. The default port is unchanged
from previous versions
This commit is contained in:
Bjoern Teipel
2020-03-17 07:52:22 -05:00
committed by GitHub
parent 3cefd60c37
commit 820d8e6ce6
5 changed files with 8 additions and 7 deletions

View File

@@ -2,3 +2,4 @@
registry_namespace: "kube-system"
registry_storage_class: ""
registry_disk_size: "10Gi"
registry_port: 5000