X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ves-agent-chart%2Ftemplates%2Fdeployment.yaml;h=13a8cb406d03b7722208e76ef8d51cda26f19b52;hb=refs%2Fchanges%2F05%2F4905%2F3;hp=4fcb1315aac6d622b773d0cd66e859bf0fbd0c54;hpb=4b74f01111b3b14fbb3832d8aaf4946cded374a0;p=ric-plt%2Fvespamgr.git diff --git a/ves-agent-chart/templates/deployment.yaml b/ves-agent-chart/templates/deployment.yaml index 4fcb131..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: @@ -46,4 +49,15 @@ spec: envFrom: - configMapRef: 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