Add glance config-dir
Added --config-dir flag to the glance-api command
This commit is contained in:
parent
ce47732a6b
commit
182a27ea7f
@ -34,7 +34,7 @@ spec:
|
|||||||
image: {{ .Values.images.api }}
|
image: {{ .Values.images.api }}
|
||||||
imagePullPolicy: {{ .Values.images.pull_policy }}
|
imagePullPolicy: {{ .Values.images.pull_policy }}
|
||||||
command:
|
command:
|
||||||
- glance-api
|
- glance-api --config-dir /etc/glance
|
||||||
ports:
|
ports:
|
||||||
- containerPort: {{ .Values.network.port.api }}
|
- containerPort: {{ .Values.network.port.api }}
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user