Skip to content

Commit

Permalink
Prefer scheduling registry pod onto infra nodes (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
anispate authored Jul 13, 2023
1 parent 2141ef3 commit 3b8fe9f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hack/olm-registry/olm-artifacts-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ objects:
sourceType: grpc
grpcPodConfig:
securityContextConfig: restricted
nodeSelector:
node-role.kubernetes.io: infra
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/infra
operator: Exists
image: ${REGISTRY_IMG}@${IMAGE_DIGEST}
displayName: Deployment Validation Operator
publisher: Red Hat
Expand Down

0 comments on commit 3b8fe9f

Please sign in to comment.