зеркало из https://github.com/Azure/reddog-code.git
ensure that the store_id is dynamically loaded
This commit is contained in:
Родитель
48753ca3e7
Коммит
f26bd5fcba
|
@ -32,7 +32,7 @@ spec:
|
|||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: branch.config
|
||||
key: storeid
|
||||
key: store_id
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
|
|
|
@ -25,7 +25,10 @@ spec:
|
|||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: STORE_ID
|
||||
value: Denver
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: branch.config
|
||||
key: store_id
|
||||
- name: MAX_ITEM_QUANTITY
|
||||
value: "9"
|
||||
- name: MIN_SEC_TO_PLACE_ORDER
|
||||
|
|
|
@ -32,7 +32,10 @@ spec:
|
|||
periodSeconds: 10
|
||||
env:
|
||||
- name: STORE_ID
|
||||
value: Denver
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: branch.config
|
||||
key: store_id
|
||||
- name: MIN_SECONDS_TO_COMPLETE_ITEM
|
||||
value: "2"
|
||||
- name: MAX_SECONDS_TO_COMPLETE_ITEM
|
||||
|
|
Загрузка…
Ссылка в новой задаче