X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fso%2Fvalues.yaml;h=9d5ff4283ee644f4abc6117a764a52666229e88b;hb=525447ad64582c9d8a94542cc32e89c9986d864d;hp=91fc9db19822fe5ae1d3901fc13e97bffb794dc8;hpb=2fcb335690c76df13d694d1bfe42ef546884f7c7;p=oom.git diff --git a/kubernetes/so/values.yaml b/kubernetes/so/values.yaml index 91fc9db198..9d5ff4283e 100755 --- a/kubernetes/so/values.yaml +++ b/kubernetes/so/values.yaml @@ -25,7 +25,7 @@ global: serviceName: mariadb-galera servicePort: "3306" mariadbRootPassword: secretpassword - #This flag allows SO to instantiate its own mariadb-galera cluster, + #This flag allows SO to instantiate its own mariadb-galera cluster, #serviceName and nameOverride should be so-mariadb-galera if this flag is enabled localCluster: false persistence: @@ -38,12 +38,12 @@ global: dbPort: 3306 dbUser: root dbPassword: secretpassword - + ################################################################# # Application configuration defaults. ################################################################# repository: nexus3.onap.org:10001 -image: onap/so/api-handler-infra:1.4.1 +image: onap/so/api-handler-infra:1.5.3 pullPolicy: Always replicaCount: 1 @@ -105,3 +105,12 @@ mariadb-galera: persistence: mountSubPath: so/mariadb-galera/data enabled: true + +ingress: + enabled: false + service: + - baseaddr: "so" + name: "so" + port: 8080 + config: + ssl: "none" \ No newline at end of file