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:
@@ -14,5 +14,5 @@ spec:
|
||||
k8s-app: registry
|
||||
ports:
|
||||
- name: registry
|
||||
port: 5000
|
||||
port: {{ registry_port }}
|
||||
protocol: TCP
|
||||
|
||||
Reference in New Issue
Block a user