Skip to content

Commit

Permalink
update priority for mongo (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs authored Oct 13, 2023
1 parent 357f68d commit 68f1730
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/testkube/values-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ mongodb:
portName: "mongodb"
nodePort: true
clusterIP: ""
priorityClassName: "highest-priority"
priorityClassName: "highest-priority-mongodb"
resources:
requests:
memory: "1500Mi"
Expand Down
2 changes: 1 addition & 1 deletion charts/testkube/values-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ mongodb:
portName: "mongodb"
nodePort: true
clusterIP: ""
priorityClassName: "highest-priority"
priorityClassName: "highest-priority-mongodb"
## Image built with ZCube tool so that it can be run on ARM nodes: https://github.com/ZCube/bitnami-compat/tree/main/patches
## Currently Bitnami doesn't support ARM: https://github.com/bitnami/charts/issues/7305
image:
Expand Down
2 changes: 1 addition & 1 deletion charts/testkube/values-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ mongodb:
portName: "mongodb"
nodePort: true
clusterIP: ""
priorityClassName: "highest-priority"
priorityClassName: "highest-priority-mongodb"
## Image built with ZCube tool so that it can be run on ARM nodes: https://github.com/ZCube/bitnami-compat/tree/main/patches
## Currently Bitnami doesn't support ARM: https://github.com/bitnami/charts/issues/7305
image:
Expand Down

0 comments on commit 68f1730

Please sign in to comment.