Refactor MC windirver plugin namespace
[oom.git] / kubernetes / multicloud / charts / multicloud-windriver / templates / deployment.yaml
index 2e89974..3dfe72c 100644 (file)
@@ -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 }}