Add new license claim
[ric-plt/vespamgr.git] / ves-agent-chart / templates / deployment.yaml
index 4fcb131..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:
@@ -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