mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-06 08:06:24 +00:00
Jenkinsfile에서 tolerations 설정 제거
- CI/CD Pod에서 불필요한 tolerations 설정 제거 - dedicated=cicd 노드 제약조건 해제 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
ff940a676b
commit
606108d85f
5
deployment/cicd/Jenkinsfile
vendored
5
deployment/cicd/Jenkinsfile
vendored
@ -18,11 +18,6 @@ podTemplate(
|
||||
spec:
|
||||
terminationGracePeriodSeconds: 3
|
||||
restartPolicy: Never
|
||||
tolerations:
|
||||
- effect: NoSchedule
|
||||
key: dedicated
|
||||
operator: Equal
|
||||
value: cicd
|
||||
''',
|
||||
containers: [
|
||||
containerTemplate(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user