mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 20:29:18 +03:00
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:
@@ -36,8 +36,8 @@ spec:
|
||||
- 'persistentVolumeClaim'
|
||||
hostNetwork: true
|
||||
hostPorts:
|
||||
- min: 5000
|
||||
max: 5000
|
||||
- min: {{ registry_port }}
|
||||
max: {{ registry_port }}
|
||||
hostIPC: false
|
||||
hostPID: false
|
||||
runAsUser:
|
||||
|
||||
Reference in New Issue
Block a user