diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-05-06 06:14:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-06 06:14:59 +0000 |
commit | b5c12abb08cabeb0d6b6b593eb8b7068f8a93d81 (patch) | |
tree | 15f40d5e39a83e83fc11198b6d29bb2ef8a6a560 /kubernetes/oof/charts/oof-has/values.yaml | |
parent | a183088f2baaa5d794b8b5f67eceb5f65b7fc318 (diff) | |
parent | 08d7b637aa40344d12daa7d4f9e4e9fff8d15e17 (diff) |
Merge "MUSIC spring boot helm charts (music-sb)"
Diffstat (limited to 'kubernetes/oof/charts/oof-has/values.yaml')
-rwxr-xr-x | kubernetes/oof/charts/oof-has/values.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/oof/charts/oof-has/values.yaml b/kubernetes/oof/charts/oof-has/values.yaml index 730d6e20a1..f4debe93fc 100755 --- a/kubernetes/oof/charts/oof-has/values.yaml +++ b/kubernetes/oof/charts/oof-has/values.yaml @@ -25,7 +25,7 @@ global: commonConfigPrefix: onap-oof-has image: readiness: oomk8s/readiness-check:2.0.0 - optf_has: onap/optf-has:2.0.2 + optf_has: onap/optf-has:2.0.3 filebeat: docker.elastic.co/beats/filebeat:5.5.0 pullPolicy: Always @@ -42,8 +42,8 @@ config: serviceName: msb-iag port: 80 music: - serviceName: music-tomcat - port: 8080 + serviceName: music + port: 8443 sms: serviceName: aaf-sms port: 10443 |