summaryrefslogtreecommitdiffstats
path: root/kubernetes/uui/components
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/uui/components')
-rw-r--r--kubernetes/uui/components/uui-intent-analysis/values.yaml2
-rw-r--r--kubernetes/uui/components/uui-server/values.yaml3
2 files changed, 3 insertions, 2 deletions
diff --git a/kubernetes/uui/components/uui-intent-analysis/values.yaml b/kubernetes/uui/components/uui-intent-analysis/values.yaml
index 772b095379..39c4807fff 100644
--- a/kubernetes/uui/components/uui-intent-analysis/values.yaml
+++ b/kubernetes/uui/components/uui-intent-analysis/values.yaml
@@ -40,7 +40,7 @@ secrets:
password: '{{ .Values.postgres.config.pgUserPassword }}'
passwordPolicy: generate
-image: onap/usecase-ui-intent-analysis:5.2.2
+image: onap/usecase-ui-intent-analysis:5.2.4
pullPolicy: Always
# flag to enable debugging - application support required
diff --git a/kubernetes/uui/components/uui-server/values.yaml b/kubernetes/uui/components/uui-server/values.yaml
index 152f27db0e..8cdda46df4 100644
--- a/kubernetes/uui/components/uui-server/values.yaml
+++ b/kubernetes/uui/components/uui-server/values.yaml
@@ -20,7 +20,7 @@
# Global configuration defaults.
#################################################################
global:
- uuiPortPrefix: 303
+ nodePortPrefix: 302
secrets:
- uid: pg-root-pass
@@ -104,6 +104,7 @@ service:
type: NodePort
name: uui-server
internalPort: 8082
+ nodePortPrefixOverride: 303
ports:
- name: http
port: 8082