diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-09-19 15:15:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-19 15:15:41 +0000 |
commit | 4a40070985b3bb6ffa7df7c11d53c9547697899e (patch) | |
tree | 27239099e256acf1a34f00f3aa3eeda4ab6d4dc4 /kubernetes/multicloud/charts/multicloud-windriver/templates/deployment.yaml | |
parent | 99376a6310f40aa32c5ba9398b01a77add925346 (diff) | |
parent | 8858ebd399b321fcb60f1026dc4cfa7d3badcdac (diff) |
Merge "Refactor MC windirver plugin namespace"
Diffstat (limited to 'kubernetes/multicloud/charts/multicloud-windriver/templates/deployment.yaml')
-rw-r--r-- | kubernetes/multicloud/charts/multicloud-windriver/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/multicloud/charts/multicloud-windriver/templates/deployment.yaml b/kubernetes/multicloud/charts/multicloud-windriver/templates/deployment.yaml index 2e89974fd1..3dfe72c607 100644 --- a/kubernetes/multicloud/charts/multicloud-windriver/templates/deployment.yaml +++ b/kubernetes/multicloud/charts/multicloud-windriver/templates/deployment.yaml @@ -73,7 +73,7 @@ spec: {{ if .Values.liveness.enabled }} livenessProbe: httpGet: - path: /api/multicloud-titanium_cloud/v0/swagger.json + path: /api/multicloud-titaniumcloud/v1/swagger.json port: {{ .Values.service.internalPort }} scheme: HTTP initialDelaySeconds: {{ .Values.liveness.initialDelaySeconds }} |