Skip to content

Commit

Permalink
template: specify priority class
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Duarte Barroso <[email protected]>
  • Loading branch information
maiqueb committed Dec 16, 2024
1 parent 925bee6 commit d130eb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,6 @@ spec:
requests:
cpu: 10m
memory: 64Mi
priorityClassName: system-cluster-critical
serviceAccountName: manager
terminationGracePeriodSeconds: 10
1 change: 1 addition & 0 deletions dist/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ spec:
- mountPath: /tmp/k8s-webhook-server/serving-certs
name: cert
readOnly: true
priorityClassName: system-cluster-critical
securityContext:
runAsNonRoot: true
seccompProfile:
Expand Down

0 comments on commit d130eb1

Please sign in to comment.