diff options
Diffstat (limited to 'kubernetes/platform/components/oom-cert-service/values.yaml')
-rw-r--r-- | kubernetes/platform/components/oom-cert-service/values.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/platform/components/oom-cert-service/values.yaml b/kubernetes/platform/components/oom-cert-service/values.yaml index d4586a1d4b..ee51ec7a7d 100644 --- a/kubernetes/platform/components/oom-cert-service/values.yaml +++ b/kubernetes/platform/components/oom-cert-service/values.yaml @@ -21,6 +21,8 @@ global: enabled: true # Standard OOM pullPolicy: "Always" + repository: "nexus3.onap.org:10001" + offlineDeploymentBuild: false # Service configuration @@ -31,8 +33,11 @@ service: port: 8443 port_protocol: http +# Certificates generation configuration +certificateGenerationImage: onap/integration-java11:7.1.0 # Deployment configuration +repository: "nexus3.onap.org:10001" image: onap/org.onap.oom.platform.cert-service.oom-certservice-api:2.1.0 pullPolicy: Always replicaCount: 1 |