aboutsummaryrefslogtreecommitdiffstats
path: root/participant/participant-impl/participant-impl-kubernetes/src/main/resources
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2021-07-16 07:27:16 +0100
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2021-07-16 07:27:16 +0100
commit4334af1bd5ba0c49cf6c28d1b8ea08c5c76d0c39 (patch)
tree7d7917d898810f0d0e5b5210dd43add5d70f73e9 /participant/participant-impl/participant-impl-kubernetes/src/main/resources
parent57fd0d340fbfb95ebd81b70d81eeb94f8965a029 (diff)
Add https support for k8s-participant endpoints
Removed additional http port connector configuration Enabling ssl in Dockerfile Issue-ID: POLICY-3334 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I229052f557b95b9aa565dbcf54c3dde30514b6ad
Diffstat (limited to 'participant/participant-impl/participant-impl-kubernetes/src/main/resources')
-rw-r--r--participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml b/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml
index 5a2903c56..e5f4e3950 100644
--- a/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml
+++ b/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml
@@ -41,7 +41,7 @@ management:
server:
# Configuration of the HTTP/REST server. The parameters are defined and handled by the springboot framework.
# See springboot documentation.
- http-port : 8083
+ port: 8083
logging:
# Configuration of logging