X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ves-agent-chart%2Ftemplates%2Fdeployment.yaml;h=13a8cb406d03b7722208e76ef8d51cda26f19b52;hb=79c0ee65a3ff0ab62b1bbc7bc9be4fa510062313;hp=5f9e0ca71e6d424a9896700a88788f381e5d606b;hpb=412df96a23a30a82d2a031556888aeaf9604ada8;p=ric-plt%2Fvespamgr.git diff --git a/ves-agent-chart/templates/deployment.yaml b/ves-agent-chart/templates/deployment.yaml index 5f9e0ca..13a8cb4 100644 --- a/ves-agent-chart/templates/deployment.yaml +++ b/ves-agent-chart/templates/deployment.yaml @@ -12,7 +12,10 @@ # 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