Skip to content

Commit 1bef305

Browse files
committed
Fourth batch
1 parent 8a101d1 commit 1bef305

File tree

5 files changed

+30
-53
lines changed

5 files changed

+30
-53
lines changed

.secrets.baseline

Lines changed: 2 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -163,64 +163,13 @@
163163
"line_number": 3407
164164
}
165165
],
166-
"devplanetv2/dev-environments/mingfei/values/values.yaml": [
167-
{
168-
"type": "Secret Keyword",
169-
"filename": "devplanetv2/dev-environments/mingfei/values/values.yaml",
170-
"hashed_secret": "ea56837a2828a58c148470d9e480d9f90e3e26ad",
171-
"is_verified": false,
172-
"line_number": 28
173-
}
174-
],
175166
"devplanetv2/dev-environments/pauline-helm/values/values.yaml": [
176-
{
177-
"type": "Secret Keyword",
178-
"filename": "devplanetv2/dev-environments/pauline-helm/values/values.yaml",
179-
"hashed_secret": "66750ff3ff0db52c0773d7e376b38408bac2b01b",
180-
"is_verified": false,
181-
"line_number": 9
182-
},
183-
{
184-
"type": "Secret Keyword",
185-
"filename": "devplanetv2/dev-environments/pauline-helm/values/values.yaml",
186-
"hashed_secret": "be26bc506635894500c4ab1ceccf16411bd131c8",
187-
"is_verified": false,
188-
"line_number": 10
189-
},
190167
{
191168
"type": "Base64 High Entropy String",
192169
"filename": "devplanetv2/dev-environments/pauline-helm/values/values.yaml",
193170
"hashed_secret": "6a62b38fba6774682f6062bedfe843faaac0b9d3",
194171
"is_verified": false,
195-
"line_number": 1679
196-
},
197-
{
198-
"type": "Secret Keyword",
199-
"filename": "devplanetv2/dev-environments/pauline-helm/values/values.yaml",
200-
"hashed_secret": "0447a636536df0264b2000403fbefd69f603ceb1",
201-
"is_verified": false,
202-
"line_number": 1736
203-
},
204-
{
205-
"type": "Secret Keyword",
206-
"filename": "devplanetv2/dev-environments/pauline-helm/values/values.yaml",
207-
"hashed_secret": "ca253d1c9dece2da0d6fb24ded7bdb849a475966",
208-
"is_verified": false,
209-
"line_number": 1739
210-
},
211-
{
212-
"type": "Secret Keyword",
213-
"filename": "devplanetv2/dev-environments/pauline-helm/values/values.yaml",
214-
"hashed_secret": "79496491225eda4a7be9fcddee2825c85b1535cc",
215-
"is_verified": false,
216-
"line_number": 1768
217-
},
218-
{
219-
"type": "Secret Keyword",
220-
"filename": "devplanetv2/dev-environments/pauline-helm/values/values.yaml",
221-
"hashed_secret": "0cc8bac3fabe63722716d1e6fe04a8dded1e3ad0",
222-
"is_verified": false,
223-
"line_number": 1784
172+
"line_number": 1665
224173
}
225174
],
226175
"devplanetv2/dev-environments/qa-brh-helm/values/values.yaml": [
@@ -365,5 +314,5 @@
365314
}
366315
]
367316
},
368-
"generated_at": "2026-01-28T21:35:39Z"
317+
"generated_at": "2026-01-28T21:36:16Z"
369318
}

devplanetv2/dev-environments/mingfei/values/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ global:
4242
s3:
4343
# The kms key id for the s3 bucket.
4444
kmsKeyId: "387b8ebf-c8b8-4887-9b2c-639aee77654c"
45+
topologySpread:
46+
# -- (bool) Whether to enable topology spread constraints for all subcharts that support it.
47+
enabled: true
48+
# -- (string) The topology key to use for spreading. Defaults to "topology.kubernetes.io/zone".
49+
topologyKey: "topology.kubernetes.io/zone"
50+
# -- (int) The maxSkew to use for topology spread constraints. Defaults to 1.
51+
maxSkew: 1
4552

4653
aws-es-proxy:
4754
enabled: true

devplanetv2/dev-environments/pauline-helm/values/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ global:
3737
host: "devplanetv2-aurora-cluster.cluster-cwvizkxhzjt8.us-east-1.rds.amazonaws.com"
3838
revproxyArn: arn:aws:acm:us-east-1:707767160287:certificate/520ede2f-fc82-4bb9-af96-4b4af7deabbd
3939
clusterName: devplanetv2 # used by https://github.com/uc-cdis/gen3-helm/blob/c5982db/helm/gen3-workflow/templates/secrets.yaml#L49
40+
topologySpread:
41+
# -- (bool) Whether to enable topology spread constraints for all subcharts that support it.
42+
enabled: true
43+
# -- (string) The topology key to use for spreading. Defaults to "topology.kubernetes.io/zone".
44+
topologyKey: "topology.kubernetes.io/zone"
45+
# -- (int) The maxSkew to use for topology spread constraints. Defaults to 1.
46+
maxSkew: 1
4047

4148
arborist:
4249
enabled: true

devplanetv2/dev-environments/piotr/values/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ global:
7171
postgres:
7272
dbCreate: false
7373
revproxyArn: arn:aws:acm:us-east-1:707767160287:certificate/c676c81c-9546-4e9a-9a72-725dd3912bc8
74+
topologySpread:
75+
# -- (bool) Whether to enable topology spread constraints for all subcharts that support it.
76+
enabled: true
77+
# -- (string) The topology key to use for spreading. Defaults to "topology.kubernetes.io/zone".
78+
topologyKey: "topology.kubernetes.io/zone"
79+
# -- (int) The maxSkew to use for topology spread constraints. Defaults to 1.
80+
maxSkew: 1
7481
guppy:
7582
autoscaling:
7683
enabled: true

devplanetv2/dev-environments/qa-brh-helm/values/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@ global:
8888
postgres:
8989
dbCreate: false
9090
revproxyArn: arn:aws:acm:us-east-1:707767160287:certificate/520ede2f-fc82-4bb9-af96-4b4af7deabbd
91+
topologySpread:
92+
# -- (bool) Whether to enable topology spread constraints for all subcharts that support it.
93+
enabled: true
94+
# -- (string) The topology key to use for spreading. Defaults to "topology.kubernetes.io/zone".
95+
topologyKey: "topology.kubernetes.io/zone"
96+
# -- (int) The maxSkew to use for topology spread constraints. Defaults to 1.
97+
maxSkew: 1
9198
guppy: {}
9299
hatchery:
93100
enabled: true

0 commit comments

Comments
 (0)