diff options
Diffstat (limited to 'kubernetes/multicloud/charts/multicloud-starlingx/values.yaml')
-rw-r--r-- | kubernetes/multicloud/charts/multicloud-starlingx/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/multicloud/charts/multicloud-starlingx/values.yaml b/kubernetes/multicloud/charts/multicloud-starlingx/values.yaml index 32dcb8fc61..bb09b5fb95 100644 --- a/kubernetes/multicloud/charts/multicloud-starlingx/values.yaml +++ b/kubernetes/multicloud/charts/multicloud-starlingx/values.yaml @@ -23,7 +23,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/multicloud/openstack-starlingx:1.3.2 +image: onap/multicloud/openstack-starlingx:1.3.4 pullPolicy: Always #Istio sidecar injection policy @@ -56,7 +56,7 @@ liveness: enabled: true service: - type: NodePort + type: ClusterIP name: multicloud-starlingx portName: multicloud-starlingx externalPort: 9009 |