Merge "Fix glance-api pod always in init status"

This commit is contained in:
Zuul
2022-01-19 04:08:30 +00:00
committed by Gerrit Code Review

View File

@@ -28,7 +28,7 @@ tee /tmp/glance.yaml <<EOF
storage: ${GLANCE_BACKEND}
pod:
replicas:
api: 2
api: 1
registry: 2
EOF