Skip to content

Commit

Permalink
Update compute for xl xxl
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanefillatre committed Jan 5, 2023
1 parent bce369d commit 6ecab63
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 34 deletions.
15 changes: 8 additions & 7 deletions configs/amazon/values-xl-segment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -512,13 +512,6 @@ tpx-flow:
tp-dx:
nodeSelector: *nodeSelector
tolerations: *tolerations
priorityClassName: thingpark-enterprise-data-path
replicaCount: 2
resources:
requests:
memory: 360Mi
limits:
memory: 480Mi
node-red:
nodeSelector: *nodeSelector
tolerations: *tolerations
Expand Down Expand Up @@ -580,3 +573,11 @@ global:
iotFlow:
maxConnections: 20
storageType: "aws-ebs-gp2"
tpdx-tpe:
priorityClassName: thingpark-enterprise-data-path
replicaCount: 2
resources:
requests:
memory: 360Mi
limits:
memory: 480Mi
15 changes: 8 additions & 7 deletions configs/amazon/values-xxl-segment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -512,13 +512,6 @@ tpx-flow:
tp-dx:
nodeSelector: *nodeSelector
tolerations: *tolerations
priorityClassName: thingpark-enterprise-data-path
replicaCount: 2
resources:
requests:
memory: 900Mi
limits:
memory: 1200Mi
node-red:
nodeSelector: *nodeSelector
tolerations: *tolerations
Expand Down Expand Up @@ -580,3 +573,11 @@ global:
iotFlow:
maxConnections: 20
storageType: "aws-ebs-gp2"
tpdx-tpe:
priorityClassName: thingpark-enterprise-data-path
replicaCount: 2
resources:
requests:
memory: 900Mi
limits:
memory: 1200Mi
15 changes: 8 additions & 7 deletions configs/azure/values-xl-segment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -508,13 +508,6 @@ tpx-flow:
tp-dx:
nodeSelector: *nodeSelector
tolerations: *tolerations
priorityClassName: thingpark-enterprise-data-path
replicaCount: 2
resources:
requests:
memory: 360Mi
limits:
memory: 480Mi
node-red:
nodeSelector: *nodeSelector
tolerations: *tolerations
Expand Down Expand Up @@ -577,3 +570,11 @@ global:
iotFlow:
maxConnections: 20
storageType: "az-premium-lrs"
tpdx-tpe:
priorityClassName: thingpark-enterprise-data-path
replicaCount: 2
resources:
requests:
memory: 360Mi
limits:
memory: 480Mi
15 changes: 8 additions & 7 deletions configs/azure/values-xxl-segment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -505,13 +505,6 @@ tpx-flow:
tp-dx:
nodeSelector: *nodeSelector
tolerations: *tolerations
priorityClassName: thingpark-enterprise-data-path
replicaCount: 2
resources:
requests:
memory: 900Mi
limits:
memory: 1200Mi
node-red:
nodeSelector: *nodeSelector
tolerations: *tolerations
Expand Down Expand Up @@ -574,3 +567,11 @@ global:
iotFlow:
maxConnections: 20
storageType: "az-premium-lrs"
tpdx-tpe:
priorityClassName: thingpark-enterprise-data-path
replicaCount: 2
resources:
requests:
memory: 900Mi
limits:
memory: 1200Mi
4 changes: 2 additions & 2 deletions configs/build-configs.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ do
yq eval-all '. as $item ireduce ({}; . * $item)' reference/values-selectors.yaml \
reference/compute/values-${s}-segment.yaml \
reference/storage/values-${s}-segment.yaml \
${cloud_values} > ${f}/values-${s}-segment.yaml
${cloud_values} | tee ${f}/values-${s}-segment.yaml
done
done

Expand All @@ -28,4 +28,4 @@ do
if [ -f ${item} ]; then
rm -v ${item}
fi
done
done
2 changes: 1 addition & 1 deletion configs/reference/compute/values-m-segment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ tpx-flow:
limits:
memory: 330Mi

tp-dx:
tpdx-tpe:
priorityClassName: thingpark-enterprise-data-path
replicaCount: 1
resources:
Expand Down
2 changes: 1 addition & 1 deletion configs/reference/compute/values-s-segment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ tpx-flow:
limits:
memory: 300Mi

tp-dx:
tpdx-tpe:
priorityClassName: thingpark-enterprise-data-path
replicaCount: 1
resources:
Expand Down
2 changes: 1 addition & 1 deletion configs/reference/compute/values-xl-segment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ tpx-flow:
limits:
memory: 480Mi

tp-dx:
tpdx-tpe:
priorityClassName: thingpark-enterprise-data-path
replicaCount: 2
resources:
Expand Down
2 changes: 1 addition & 1 deletion configs/reference/compute/values-xxl-segment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ tpx-flow:
limits:
memory: 1200Mi

tp-dx:
tpdx-tpe:
priorityClassName: thingpark-enterprise-data-path
replicaCount: 2
resources:
Expand Down

0 comments on commit 6ecab63

Please sign in to comment.