X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fso%2Fvalues.yaml;h=9d5ff4283ee644f4abc6117a764a52666229e88b;hb=402f0a543361784f615ec58adcd7a50b197ffcb6;hp=ae126fa78e8614ba293b52d066426e4332c04c76;hpb=488ef7702fde0b9e149a2e37323321cb6545f7c6;p=oom.git diff --git a/kubernetes/so/values.yaml b/kubernetes/so/values.yaml index ae126fa78e..9d5ff4283e 100755 --- a/kubernetes/so/values.yaml +++ b/kubernetes/so/values.yaml @@ -43,7 +43,7 @@ global: # Application configuration defaults. ################################################################# repository: nexus3.onap.org:10001 -image: onap/so/api-handler-infra:1.5.2 +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