diff options
author | 2021-07-19 13:23:55 +0000 | |
---|---|---|
committer | 2021-07-19 13:23:55 +0000 | |
commit | 1bf974165f360d5850865974e7251cb0bd628057 (patch) | |
tree | 7f01c46fda4f442b96b711502eef86612ea287c5 /participant/participant-impl/participant-impl-kubernetes/src/main/resources | |
parent | 903c037be7570635ae7db6beacbeeb2a9a57b6d4 (diff) | |
parent | 4334af1bd5ba0c49cf6c28d1b8ea08c5c76d0c39 (diff) |
Merge "Add https support for k8s-participant endpoints"
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.yaml | 2 |
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 b4f209d55..9d3523737 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 @@ -37,7 +37,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 |