ci: refs #7442 Docker compose clean
gitea/vn-autoconfig/pipeline/head This commit looks good
Details
gitea/vn-autoconfig/pipeline/head This commit looks good
Details
This commit is contained in:
parent
65e8201bb7
commit
e8a370f1d8
|
@ -41,7 +41,7 @@ pipeline {
|
||||||
credentialsId: 'kubernetes',
|
credentialsId: 'kubernetes',
|
||||||
namespace: 'autoconfig'
|
namespace: 'autoconfig'
|
||||||
]) {
|
]) {
|
||||||
sh 'kubectl set image deployment/autoconfig autoconfig=registry.verdnatura.es/vn-autoconfig:$VERSION'
|
sh 'kubectl set image deployment/autoconfig autoconfig=$REGISTRY/vn-autoconfig:$VERSION'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,12 +3,3 @@ services:
|
||||||
main:
|
main:
|
||||||
image: registry.verdnatura.es/vn-autoconfig:${VERSION:?}
|
image: registry.verdnatura.es/vn-autoconfig:${VERSION:?}
|
||||||
build: .
|
build: .
|
||||||
ports:
|
|
||||||
- 80
|
|
||||||
deploy:
|
|
||||||
placement:
|
|
||||||
constraints:
|
|
||||||
- node.role == worker
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
memory: 500M
|
|
||||||
|
|
Loading…
Reference in New Issue