X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ves-agent-chart%2Ftemplates%2Fdeployment.yaml;h=13a8cb406d03b7722208e76ef8d51cda26f19b52;hb=d798476ac0c1c2048fdaaf35cc5ff7f15bd6e1d7;hp=1bd456064b3fd4382fa687f13db1fd836f90c4b6;hpb=66b7813221b6da5c15da40953d09d3846a4bc029;p=ric-plt%2Fvespamgr.git diff --git a/ves-agent-chart/templates/deployment.yaml b/ves-agent-chart/templates/deployment.yaml index 1bd4560..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: @@ -48,5 +51,13 @@ spec: name: vespa-config - secretRef: name: vespa-secrets - - + env: + - name: VESMGR_APPMGRDOMAIN + value: appmgr-service + livenessProbe: + httpGet: + path: /supervision + port: 8080 + initialDelaySeconds: 30 + periodSeconds: 60 + timeoutSeconds: 20