diff options
author | rajeshkalai <rajesh.kalaiselvan@amdocs.com> | 2018-09-18 03:39:18 -0400 |
---|---|---|
committer | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2018-09-18 15:08:07 +0000 |
commit | 91524d0531e4eb7c3070dc09dc397561da0fc710 (patch) | |
tree | f7fbd175ec4ec7a717b0ebffbe97af96376a29b8 | |
parent | ed29d8f19549eeed1a091dc2b23b9339d4320ac4 (diff) |
Fix: change the global to application flavor
Issue-ID: OOM-1150
Change-Id: Iac3d8080372162edd9ef7d382f1f31fd3373ac16
Signed-off-by: rajeshkalai <rajesh.kalaiselvan@amdocs.com>
-rw-r--r-- | kubernetes/cli/templates/deployment.yaml | 2 | ||||
-rw-r--r-- | kubernetes/cli/values.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/cli/templates/deployment.yaml b/kubernetes/cli/templates/deployment.yaml index 09e0e7f167..94d475bcb5 100644 --- a/kubernetes/cli/templates/deployment.yaml +++ b/kubernetes/cli/templates/deployment.yaml @@ -55,7 +55,7 @@ spec: - name: OPEN_CLI_MODE value: "{{ .Values.config.climode }}" resources: -{{ toYaml .Values.resources | indent 12 }} +{{ toYaml (pluck .Values.flavor .Values.resources| first) | indent 12 }} {{- if .Values.nodeSelector }} nodeSelector: {{ toYaml .Values.nodeSelector | indent 10 }} diff --git a/kubernetes/cli/values.yaml b/kubernetes/cli/values.yaml index 6bfd793979..5766c810e4 100644 --- a/kubernetes/cli/values.yaml +++ b/kubernetes/cli/values.yaml @@ -19,7 +19,6 @@ global: nodePortPrefix: 302 readinessRepository: oomk8s readinessImage: readiness-check:2.0.0 - ################################################################# # Application configuration defaults. ################################################################# @@ -27,6 +26,7 @@ global: repository: nexus3.onap.org:10001 image: onap/cli:2.0.2 pullPolicy: Always +flavor: small # application configuration config: |