diff options
Diffstat (limited to 'kubernetes/vid/values.yaml')
-rw-r--r-- | kubernetes/vid/values.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kubernetes/vid/values.yaml b/kubernetes/vid/values.yaml index 23812c9b48..88515052e3 100644 --- a/kubernetes/vid/values.yaml +++ b/kubernetes/vid/values.yaml @@ -27,7 +27,7 @@ subChartsOnly: # application image repository: nexus3.onap.org:10001 -image: onap/vid:3.0.0 +image: onap/vid:3.0-STAGING-latest pullPolicy: Always # mariadb image for initializing @@ -100,12 +100,12 @@ resources: cpu: 20m memory: 2Gi requests: - cpu: 20m - memory: 2Gi + cpu: 10m + memory: 1Gi large: limits: cpu: 40m memory: 4Gi requests: - cpu: 40 - memory: 4Gi
\ No newline at end of file + cpu: 20 + memory: 2Gi
\ No newline at end of file |