X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Faaf%2Fcharts%2Faaf-sms%2Fvalues.yaml;h=b24605161afccaee3164cf2a4e1a19e425ff6a32;hb=ec86a530ab1aec15981a257d2a0980d2fceee3ad;hp=5f27f055de0450875294f3f10eff8b17fb4e20c3;hpb=10bac96f181857350b0ed1a662abc2c39472406e;p=oom.git diff --git a/kubernetes/aaf/charts/aaf-sms/values.yaml b/kubernetes/aaf/charts/aaf-sms/values.yaml index 5f27f055de..b24605161a 100644 --- a/kubernetes/aaf/charts/aaf-sms/values.yaml +++ b/kubernetes/aaf/charts/aaf-sms/values.yaml @@ -1,4 +1,5 @@ # Copyright 2018 Intel Corporation, Inc +# Modifications © 2020 AT&T # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,18 +18,17 @@ ################################################################# global: nodePortPrefix: 302 - readinessRepository: oomk8s - readinessImage: readiness-check:2.0.0 loggingRepository: docker.elastic.co loggingImage: beats/filebeat:5.5.0 persistence: {} + flavor: small ################################################################# # Application configuration defaults. ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/aaf/sms:3.0.0 +image: onap/aaf/sms:4.0.2 pullPolicy: Always # flag to enable debugging - application support required @@ -67,11 +67,11 @@ readiness: periodSeconds: 30 service: - type: NodePort + type: ClusterIP name: aaf-sms portName: aaf-sms internalPort: 10443 - nodePort: 43 + externalPort: 10443 persistence: enabled: true @@ -88,16 +88,16 @@ ingress: resources: small: limits: - cpu: 200m - memory: 500Mi + cpu: 100m + memory: 400Mi requests: - cpu: 10m + cpu: 25m memory: 10Mi large: limits: cpu: 400m memory: 1Gi requests: - cpu: 10m + cpu: 25m memory: 100Mi - unlimited: {} \ No newline at end of file + unlimited: {}