diff options
author | 2020-10-28 11:45:20 +0100 | |
---|---|---|
committer | 2020-11-26 09:17:47 +0100 | |
commit | 751f0f12fadbd9d471aa7f0c02a1bfb08636e624 (patch) | |
tree | 07b821589512f20191ca522c0edfeb429b739b06 /kubernetes/platform/components/oom-cert-service/values.yaml | |
parent | 6574b647a5838435b3688af82709507deb5724b5 (diff) |
[PLATFORM] Add new fake deployment to fix offline certificates generation
Add new fake deployment to CertService, controlled by new global flag global.offlineDeployment, which is disabled as default. Change Makefile to use java image from ONAP Nexus for certificate generation.
Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com>
Issue-ID: OOM-2588
Change-Id: I2f9fe4b626604c5bfd8512449d893015bdc6ca98
Diffstat (limited to 'kubernetes/platform/components/oom-cert-service/values.yaml')
-rw-r--r-- | kubernetes/platform/components/oom-cert-service/values.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/platform/components/oom-cert-service/values.yaml b/kubernetes/platform/components/oom-cert-service/values.yaml index 3ab9895037..bcb2544ce5 100644 --- a/kubernetes/platform/components/oom-cert-service/values.yaml +++ b/kubernetes/platform/components/oom-cert-service/values.yaml @@ -34,6 +34,7 @@ global: # Standard OOM pullPolicy: "Always" repository: "nexus3.onap.org:10001" + offlineDeploymentBuild: false # Service configuration @@ -44,6 +45,8 @@ service: port: 8443 port_protocol: http +# Certificates generation configuration +certificateGenerationImage: onap/integration-java11:7.1.0 # Deployment configuration repository: nexus3.onap.org:10001 |