ci: refs #7442 Docker compose clean
gitea/vn-autoconfig/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-05-27 13:45:47 +02:00
parent 65e8201bb7
commit e8a370f1d8
2 changed files with 1 additions and 10 deletions

2
Jenkinsfile vendored
View File

@ -41,7 +41,7 @@ pipeline {
credentialsId: 'kubernetes',
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'
}
}
}

View File

@ -3,12 +3,3 @@ services:
main:
image: registry.verdnatura.es/vn-autoconfig:${VERSION:?}
build: .
ports:
- 80
deploy:
placement:
constraints:
- node.role == worker
resources:
limits:
memory: 500M