Browse Source

Correct config for hosted registry

Russell Teague 8 years ago
parent
commit
5129f8b4b4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      roles/openshift_hosted/tasks/registry/registry.yml

+ 2 - 1
roles/openshift_hosted/tasks/registry/registry.yml

@@ -65,7 +65,8 @@
       port: 5000
       protocol: TCP
       targetPort: 5000
-    selector: "{{ openshift_hosted_registry_selector }}"
+    selector:
+      docker-registry: default
     session_affinity: ClientIP
     service_type: ClusterIP