diff options
-rw-r--r-- | blueprints/DeploymentHandler.yaml-template | 2 | ||||
-rw-r--r-- | blueprints/k8s-deployment_handler.yaml-template | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/blueprints/DeploymentHandler.yaml-template b/blueprints/DeploymentHandler.yaml-template index ffdd25f..ebb7c83 100644 --- a/blueprints/DeploymentHandler.yaml-template +++ b/blueprints/DeploymentHandler.yaml-template @@ -44,7 +44,7 @@ inputs: deployment_handler_image: description: Docker image for deployment handler - default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.deployment-handler:3.0.1' + default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.deployment-handler:3.0.2' application_config: description: deployment handler application configuration (to override defaults) diff --git a/blueprints/k8s-deployment_handler.yaml-template b/blueprints/k8s-deployment_handler.yaml-template index 97c2228..feaff0c 100644 --- a/blueprints/k8s-deployment_handler.yaml-template +++ b/blueprints/k8s-deployment_handler.yaml-template @@ -31,7 +31,7 @@ inputs: deployment_handler_image: description: Docker image for deployment handler - default: {{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.deployment-handler:3.0.1 + default: {{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.deployment-handler:3.0.2 application_config: description: deployment handler application configuration (to override defaults) default: {} @@ -62,7 +62,7 @@ node_templates: 8443 docker_config: healthcheck: - type: 'http' + type: 'https' interval: '300s' timeout: '5s' endpoint: '/' @@ -72,6 +72,9 @@ node_templates: version: 'v4' log_info: log_directory: '/opt/app/dh/log' + tls_info: + cert_directory: '/opt/app/dh/etc/cert/' + use_tls: true # Inject CM password through environment variable # so that it does not appear in Consul interfaces: |