Skip to content

Commit

Permalink
fix: priority and resources
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Sep 20, 2024
1 parent 933bf5d commit 74f1445
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 27 deletions.
2 changes: 0 additions & 2 deletions helm/int-mastodon/values-botsin-space-0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ queue:
name: "int-mastodon-botsin-space"
interestsUpdated:
name: "int-mastodon-botsin-space"
priority:
class: "awk-major"
2 changes: 0 additions & 2 deletions helm/int-mastodon/values-c-im.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ queue:
name: "int-mastodon-c-im"
interestsUpdated:
name: "int-mastodon-c-im"
priority:
class: "awk-major"
2 changes: 0 additions & 2 deletions helm/int-mastodon/values-flipboard-social-0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ queue:
name: "int-mastodon-flipboard-social"
interestsUpdated:
name: "int-mastodon-flipboard-social"
priority:
class: "awk-major"
2 changes: 0 additions & 2 deletions helm/int-mastodon/values-hachyderm-io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ queue:
name: "int-mastodon-hachyderm-io"
interestsUpdated:
name: "int-mastodon-hachyderm-io"
priority:
class: "awk-major"
2 changes: 0 additions & 2 deletions helm/int-mastodon/values-infosec-exchange-0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ queue:
name: "int-mastodon-infosec-exchange"
interestsUpdated:
name: "int-mastodon-infosec-exchange"
priority:
class: "awk-major"
2 changes: 0 additions & 2 deletions helm/int-mastodon/values-mastodon-cloud-0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ queue:
name: "int-mastodon-mastodon-cloud"
interestsUpdated:
name: "int-mastodon-mastodon-cloud"
priority:
class: "awk-major"
2 changes: 0 additions & 2 deletions helm/int-mastodon/values-mastodon-social-0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ queue:
name: "int-mastodon-mastodon-social"
interestsUpdated:
name: "int-mastodon-mastodon-social"
priority:
class: "awk-major"
2 changes: 0 additions & 2 deletions helm/int-mastodon/values-mastodon-uno.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ queue:
name: "int-mastodon-mastodon-uno"
interestsUpdated:
name: "int-mastodon-mastodon-uno"
priority:
class: "awk-major"
2 changes: 0 additions & 2 deletions helm/int-mastodon/values-mastodon-world.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ queue:
name: "int-mastodon-mastodon-world"
interestsUpdated:
name: "int-mastodon-mastodon-world"
priority:
class: "awk-major"
2 changes: 0 additions & 2 deletions helm/int-mastodon/values-mstdn-jp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ queue:
name: "int-mastodon-mstdn-jp"
interestsUpdated:
name: "int-mastodon-mstdn-jp"
priority:
class: "awk-major"
2 changes: 0 additions & 2 deletions helm/int-mastodon/values-mstdn-social-0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ queue:
name: "int-mastodon-mstdn-social"
interestsUpdated:
name: "int-mastodon-mstdn-social"
priority:
class: "awk-major"
2 changes: 0 additions & 2 deletions helm/int-mastodon/values-techhub-social-0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ queue:
name: "int-mastodon-techhub-social"
interestsUpdated:
name: "int-mastodon-techhub-social"
priority:
class: "awk-major"
9 changes: 6 additions & 3 deletions helm/int-mastodon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,17 @@ resources:
memory: 16Mi
limits:
cpu: 100m
memory: 256Mi
memory: 64Mi

autoscaling:
enabled: true
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationValue: 1000m
targetMemoryUtilizationValue: 128Mi
targetCPUUtilizationValue: 100m
targetMemoryUtilizationValue: 64Mi

priority:
class: "awk-major"

nodeSelector: {}

Expand Down

0 comments on commit 74f1445

Please sign in to comment.