Wait for changes to be applied before deploying
This commit is contained in:
parent
cf5424ecc4
commit
35020eceae
2 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,7 @@ objects:
|
|||
spec:
|
||||
containers:
|
||||
- image: ${PROJECT_BASE}-${BUILD_ENV}/${APP}:${ENV}
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: ${APP}
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue