Merge pull request #272 from Crossbell-Box/feat/deploy
This commit is contained in:
commit
f9a330292e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue