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

@@ -14,5 +14,5 @@ spec:
k8s-app: registry
ports:
- name: registry
port: 5000
port: {{ registry_port }}
protocol: TCP