summaryrefslogtreecommitdiffstats
path: root/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'values.yaml')
-rw-r--r--values.yaml12
1 files changed, 9 insertions, 3 deletions
diff --git a/values.yaml b/values.yaml
index 39989d3..a3c2ae4 100644
--- a/values.yaml
+++ b/values.yaml
@@ -26,6 +26,9 @@ image: onap/testsuite:1.5.0-STAGING-latest
pullPolicy: Always
ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
+lighthttpdImage: sebp/lighttpd:1.4.54-r0
+gitInitImage: googlecontainer/git-sync:v3.1.2
+debugImage: ubuntu:16.04
# flag to enable debugging - application support required
debugEnabled: false
@@ -47,6 +50,9 @@ demoArtifactsRepoUrl: "https://nexus.onap.org/content/repositories/releases"
# Openstack medium sized flavour name. Maps GLOBAL_INJECTED_VM_FLAVOR
openStackFlavourMedium: "m1.medium"
+# VNF Asset Location - git repo with assets
+vnfAssetLocation: https://gerrit.onap.org/r/demo.git
+
################# Openstack .RC Parameters ################################333
# KEYSTONE Version 3 Required for Rocky and beyond
# Openstack Keystone API version. Valid values are [ v2.0, v3 ]. Maps to GLOBAL_INJECTED_OPENSTACK_KEYSTONE_API_VERSION
@@ -228,12 +234,12 @@ readiness:
periodSeconds: 10
service:
- name: robot
+ name: integration
type: NodePort
portName: httpd
externalPort: 88
- internalPort: 88
- nodePort: "09"
+ internalPort: 99
+ nodePort: "99"
ingress:
enabled: false