Replica Scaling of Portal and Vid Container
[oom.git] / kubernetes / portal / values.yaml
1 nsPrefix: onap
2 pullPolicy: Always
3 nodePortPrefix: 302
4 portalAppsReplicas: 1
5 portalDbReplicas: 1
6 vncPortalReplicas: 1
7 portalWidgetsReplicas: 1
8 image:
9   readiness: oomk8s/readiness-check:1.0.0
10   portalapps: nexus3.onap.org:10001/onap/portal-apps:v1.3.0
11   portaldb: nexus3.onap.org:10001/onap/portal-db:v1.3.0
12   mariadbClient: oomk8s/mariadb-client-init:1.0.0
13   portalwms: nexus3.onap.org:10001/onap/portal-wms:v1.3.0
14   ubuntuDesktop: dorowu/ubuntu-desktop-lxde-vnc
15   filebeat: docker.elastic.co/beats/filebeat:5.5.0
16   ubuntuInit: oomk8s/ubuntu-init:1.0.0
17 onapPortal:
18   webappsDir: "/opt/apache-tomcat-8.0.37/webapps"