X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Faai%2Fcharts%2Faai-champ%2Fvalues.yaml;h=b865b0050e0de223d985ea31baed217a5313fa01;hb=e7081e4eb34eef3df445198e515f6daf226802be;hp=12ced6fcbe331dde4b53c32061a764e1b5189eee;hpb=c5fede5aaa77ace708e6e86188f3438e12acc91c;p=oom.git diff --git a/kubernetes/aai/charts/aai-champ/values.yaml b/kubernetes/aai/charts/aai-champ/values.yaml index 12ced6fcbe..b865b0050e 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.0 + +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: 0.5 + memory: 1Gi + large: + limits: + cpu: 4 + memory: 8Gi + requests: + cpu: 1 + memory: 2Gi + unlimited: {} + +# XML beans configuration +event: + port: + dmaap: 3905 + protocol: https + publisher: + topic: champRawEvents