X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-rest%2Fsrc%2Fmain%2Fresources%2Fapplication.yml;h=b50a92662b0b7fe4bd75d4ff4180aaa466da6053;hb=708fd6615c97756eade415a6295b1fb663e4d3ef;hp=e8af0bcfb22cf2058b4876c34502dd78434375c6;hpb=cd9f368b1f3c5e25e17e21649e582d84a909ac79;p=cps.git diff --git a/cps-rest/src/main/resources/application.yml b/cps-rest/src/main/resources/application.yml index e8af0bcfb..b50a92662 100644 --- a/cps-rest/src/main/resources/application.yml +++ b/cps-rest/src/main/resources/application.yml @@ -1,7 +1,9 @@ server: port: 8080 - servlet: - context-path: /api/cps + +rest: + api: + base-path: /cps/api spring: main: @@ -27,12 +29,16 @@ management: endpoints: web: base-path: /manage + exposure: + include: health,info,loggers endpoint: health: show-details: always # kubernetes probes: liveness and readiness probes: enabled: true + looging: + enabled: true logging: level: