|
|
|
@ -87,7 +87,8 @@ |
|
|
|
"metadata": { |
|
|
|
"name": "${NAME}", |
|
|
|
"annotations": { |
|
|
|
"description": "Defines how to build the application" |
|
|
|
"description": "Defines how to build the application", |
|
|
|
"template.alpha.openshift.io/wait-for-ready": "true" |
|
|
|
} |
|
|
|
}, |
|
|
|
"spec": { |
|
|
|
@ -146,7 +147,8 @@ |
|
|
|
"metadata": { |
|
|
|
"name": "${NAME}", |
|
|
|
"annotations": { |
|
|
|
"description": "Defines how to deploy the application server" |
|
|
|
"description": "Defines how to deploy the application server", |
|
|
|
"template.alpha.openshift.io/wait-for-ready": "true" |
|
|
|
} |
|
|
|
}, |
|
|
|
"spec": { |
|
|
|
|