Glance: Disable registry service template in manifests

This updates the glance chart to disable the service for the
glance registry by default, as we disable the other glance
registry templates by default. This updates the gates to enable
the service when newton is deployed

Change-Id: I453d28d9c552754b66e94d9da2e2b9ea6549a5aa
This commit is contained in:
Steve Wilkerson 2018-10-01 09:14:46 -05:00
parent 093a8ae0e2
commit f97e644aa6
4 changed files with 4 additions and 1 deletions

View File

@ -894,4 +894,4 @@ manifests:
service_ingress_api: true
service_ingress_registry: false
service_api: true
service_registry: true
service_registry: false

View File

@ -527,6 +527,7 @@ data:
ingress_registry: true
pdb_registry: true
service_ingress_registry: true
service_registry: true
source:
type: local
location: ${OSH_PATH}

View File

@ -40,6 +40,7 @@ manifests:
ingress_registry: true
pdb_registry: true
service_ingress_registry: true
service_registry: true
EOF
fi
helm upgrade --install glance ./glance \

View File

@ -39,6 +39,7 @@ manifests:
ingress_registry: true
pdb_registry: true
service_ingress_registry: true
service_registry: true
EOF
fi
helm upgrade --install glance ./glance \