X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fappc%2Fvalues.yaml;h=fcfca4a41c805762b71ea3a59e61c822e5ea1864;hb=5d620cbbd75517d6d60600debe0f5f5281538580;hp=633d4e5bb24ed4192fdf069ad84c497f13c0a6b9;hpb=35008d47c1f213c27a06db7b5af3506b3dd09ce2;p=oom.git diff --git a/kubernetes/appc/values.yaml b/kubernetes/appc/values.yaml index 633d4e5bb2..fcfca4a41c 100644 --- a/kubernetes/appc/values.yaml +++ b/kubernetes/appc/values.yaml @@ -31,7 +31,7 @@ global: flavor: small # application image repository: nexus3.onap.org:10001 -image: onap/appc-image:1.5.1 +image: onap/appc-image:1.7.0 pullPolicy: Always # flag to enable debugging - application support required @@ -39,6 +39,8 @@ debugEnabled: false # application configuration config: + odlUid: 100 + odlGid: 101 ansibleServiceName: appc-ansible-server ansiblePort: 8000 mariadbRootPassword: secretpassword @@ -63,6 +65,9 @@ config: openStackUserName: admin openStackEncryptedPassword: enc:LDEbHEAvTF1R odlUser: admin + dmaapServiceUrl: http://localhost:8080/publish + dmaapServiceUser: appc + dmaapServicePassword: onapappc appc-ansible-server: service: @@ -91,9 +96,9 @@ dgbuilder: service: name: appc-dgbuilder -#passing value to cdt chart. value of nodePort3 will be same as appc.service.nodePort3. +#passing value to cdt chart. value of nodePort4 will be same as appc.service.nodePort4. appc-cdt: - nodePort3: 11 + nodePort4: 11 # default number of instances replicaCount: 1 @@ -117,19 +122,22 @@ service: type: NodePort name: appc portName: appc - #targetPort + internalPort: 8181 - #port externalPort: 8282 - nodePort: 30 + nodePort: "08" + + internalPort2: 8443 + externalPort2: 8443 + nodePort2: 30 - externalPort2: 1830 - nodePort2: 31 + externalPort3: 1830 + nodePort3: 31 clusterPort: 2550 - internalPort3: 9191 - externalPort3: 9090 - nodePort3: 11 + internalPort4: 9191 + externalPort4: 9090 + nodePort4: 11 ## Persist data to a persitent volume persistence: @@ -155,6 +163,12 @@ persistence: ingress: enabled: false + service: + - baseaddr: appc + name: "appc" + port: 8443 + config: + ssl: "redirect" # Configure resource requests and limits # ref: http://kubernetes.io/docs/user-guide/compute-resources/