X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Faai%2Fcharts%2Faai-champ%2Fvalues.yaml;h=0113ba496a4b008a27d8c87adc54ee391a0db63b;hb=37936145964dffcbee61c006f3fee5a65fbc83bf;hp=12ced6fcbe331dde4b53c32061a764e1b5189eee;hpb=fd6f03148fbe2a94a6547aec64a6b5ab51ec55a5;p=oom.git diff --git a/kubernetes/aai/charts/aai-champ/values.yaml b/kubernetes/aai/charts/aai-champ/values.yaml index 12ced6fcbe..0113ba496a 100644 --- a/kubernetes/aai/charts/aai-champ/values.yaml +++ b/kubernetes/aai/charts/aai-champ/values.yaml @@ -25,7 +25,9 @@ global: ################################################################# # application image -image: onap/champ:1.2.3 +image: onap/champ:1.3.1 + +flavor: small # application configuration config: @@ -55,9 +57,33 @@ service: type: NodePort portName: aai-champ internalPort: 9522 + externalPort: 9522 nodePort: 78 ingress: enabled: false -resources: {} +resources: + small: + limits: + cpu: 2 + memory: 4Gi + requests: + cpu: 2 + memory: 4Gi + large: + limits: + cpu: 4 + memory: 8Gi + requests: + cpu: 4 + memory: 8Gi + unlimited: {} + +# XML beans configuration +event: + port: + dmaap: 3905 + protocol: https + publisher: + topic: champRawEvents