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:
parent
093a8ae0e2
commit
f97e644aa6
@ -894,4 +894,4 @@ manifests:
|
||||
service_ingress_api: true
|
||||
service_ingress_registry: false
|
||||
service_api: true
|
||||
service_registry: true
|
||||
service_registry: false
|
||||
|
@ -527,6 +527,7 @@ data:
|
||||
ingress_registry: true
|
||||
pdb_registry: true
|
||||
service_ingress_registry: true
|
||||
service_registry: true
|
||||
source:
|
||||
type: local
|
||||
location: ${OSH_PATH}
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user