Skip to content

Commit 66e5680

Browse files
committed
[CoreEngine] update the model deployment files on k8s.
1 parent 7666e20 commit 66e5680

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed
-6 Bytes
Binary file not shown.

devops/k8s/fedml-model-premise-master/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.7.700
18+
version: 0.8.2
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
0 Bytes
Binary file not shown.

devops/k8s/fedml-model-premise-slave/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.7.700
18+
version: 0.8.2
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

devops/k8s/fedml-model-premise-slave/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ spec:
7777
resources:
7878
limits:
7979
memory: 8192Mi
80+
requests:
81+
memory: 4096Mi
8082
volumeMounts:
8183
- name: home-dir
8284
mountPath: {{ .Values.volume.clientHomeDirMountPath }}

0 commit comments

Comments
 (0)