Merge "add tasks to install k8s tools"
[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 dataRootDir: /dockerdata-nfs
9 image:
10   readiness: oomk8s/readiness-check:1.1.0
11   portalapps: nexus3.onap.org:10001/onap/portal-apps:v1.3.0
12   portaldb: nexus3.onap.org:10001/onap/portal-db:v1.3.0
13   mariadbClient: oomk8s/mariadb-client-init:1.0.0
14   portalwms: nexus3.onap.org:10001/onap/portal-wms:v1.3.0
15   ubuntuDesktop: dorowu/ubuntu-desktop-lxde-vnc
16   filebeat: docker.elastic.co/beats/filebeat:5.5.0
17   ubuntuInit: oomk8s/ubuntu-init:1.0.0
18 onapPortal:
19   webappsDir: "/opt/apache-tomcat-8.0.37/webapps"