This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Fixed the numerical environment variables
pull/1259/head
Tim McCarthy
5 years ago
parent
b66d5d0459
commit
015e7de773
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
deploy/aro/openshift-templates/ordering-backgroundtasks-deploy-template.yml
+ 2
- 2
deploy/aro/openshift-templates/ordering-backgroundtasks-deploy-template.yml
View File
@ -36,9 +36,9 @@ objects:
-
name
:
UseCustomizationData
value
:
true
-
name
:
CheckUpdateTime
value
:
30000
value
:
"30000"
-
name
:
GracePeriodTime
value
:
1
value
:
"1"
image
:
docker-registry.default.svc:5000/${IMAGE_REGISTRY_PROJECT_NAME}/${APPLICATION_NAME}:latest
imagePullPolicy
:
Always
name
:
${APPLICATION_NAME}
Write
Preview
Loading…
Cancel
Save