Merge pull request #272 from Crossbell-Box/feat/deploy

This commit is contained in:
DIYgod 2023-03-28 01:55:47 +01:00 committed by GitHub
commit f9a330292e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -25,6 +25,13 @@ spec:
prometheus.io/scrape: "true"
spec:
enableServiceLinks: false
nodeSelector:
rss3.io/usage: csb-others
tolerations:
- key: "rss3.io/usage"
operator: "Equal"
value: "csb-others"
effect: "NoSchedule"
containers:
- image: $IMAGE_TAG_RELEASE
imagePullPolicy: Always