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

@@ -36,8 +36,8 @@ spec:
- 'persistentVolumeClaim'
hostNetwork: true
hostPorts:
- min: 5000
max: 5000
- min: {{ registry_port }}
max: {{ registry_port }}
hostIPC: false
hostPID: false
runAsUser: