Skip to content

Commit

Permalink
Bgd-5995 set restrict scale down label (#241)
Browse files Browse the repository at this point in the history
* BGD-5995
 - set `restrict-scale-down` label to prevent scaling down a node where the component is running
  • Loading branch information
alextarasov-spot authored Nov 6, 2024
1 parent c959006 commit c575ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/bigdata-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-operator
description: Spot Ocean BigData Operator
type: application
version: 0.4.25
version: 0.4.26
appVersion: 0.4.19
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
1 change: 1 addition & 0 deletions charts/bigdata-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ podAnnotations: {}

podLabels:
bigdata.spot.io/component: "bigdata-operator"
spotinst.io/restrict-scale-down: "true"

podSecurityContext: {}
# fsGroup: 2000
Expand Down

0 comments on commit c575ef8

Please sign in to comment.