-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename values.yaml to values.j2
- Loading branch information
1 parent
7ff5896
commit 5a6c0ae
Showing
2 changed files
with
21 additions
and
82 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
kubernetes/helm_charts/core/ml-analytics-service/values.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
namespace: {{ namespace }} | ||
imagepullsecrets: {{ imagepullsecrets }} | ||
dockerhub: {{ dockerhub }} | ||
|
||
replicaCount: {{ml_analytics_replicacount|default(1)}} | ||
repository: {{ml_analytics_repository|default('ml-analytics-service')}} | ||
image_tag: {{ image_tag }} | ||
resources: | ||
requests: | ||
cpu: {{ml_analytics_cpu_req|default('1000m')}} | ||
memory: {{ml_analytics_mem_req|default('1000Mi')}} | ||
limits: | ||
cpu: {{ml_analytics_cpu_limit|default('1.5')}} | ||
memory: {{ml_analytics_mem_limit|default('2048Mi')}} | ||
network: | ||
port: 7000 | ||
targetport: 7000 | ||
strategy: | ||
type: RollingUpdate | ||
maxsurge: {{ ml_core_maxsurge|default('25%') }} | ||
maxunavailable: {{ ml_core_maxunavailable|default('25%') }} |
82 changes: 0 additions & 82 deletions
82
kubernetes/helm_charts/core/ml-analytics-service/values.yaml
This file was deleted.
Oops, something went wrong.