Add new license claim
[ric-plt/vespamgr.git] / ves-agent-chart / templates / deployment.yaml
index 5f9e0ca..13a8cb4 100644 (file)
 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
-
+#
+#   This source code is part of the near-RT RIC (RAN Intelligent Controller)
+#   platform project (RICP).
+#
 apiVersion: apps/v1
 kind: Deployment
 metadata:
@@ -51,4 +54,10 @@ spec:
           env:
             - name: VESMGR_APPMGRDOMAIN
               value: appmgr-service
-
+          livenessProbe:
+            httpGet:
+              path: /supervision
+              port: 8080
+            initialDelaySeconds: 30
+            periodSeconds: 60
+            timeoutSeconds: 20