From ff8254e9f68fb7db1ab15452b3ef8f7d4faaa147 Mon Sep 17 00:00:00 2001
From: Kalin Daskalov <kalin.daskalov@vereign.com>
Date: Mon, 15 Apr 2024 17:07:37 +0300
Subject: [PATCH] Update deployment configurations for swissrun agent and
 dashboard

---
 apps/dashboard/deployment/ci-cd/helm/values.yaml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/apps/dashboard/deployment/ci-cd/helm/values.yaml b/apps/dashboard/deployment/ci-cd/helm/values.yaml
index 71840be4..9268cb9c 100644
--- a/apps/dashboard/deployment/ci-cd/helm/values.yaml
+++ b/apps/dashboard/deployment/ci-cd/helm/values.yaml
@@ -73,6 +73,14 @@ ocmtest:
     tsa: "https://ssi-dev.vereign.com/ocm-test/login"
     basepath: "/ocm-test/dashboard"
 
+swissrun:
+  dashboard:
+    agent: 
+      ws: "wss://ssi-dev.vereign.com/swissrun/api-holder"
+      http: "https://ssi-dev.vereign.com/swissrun/api-holder"
+    tsa: "https://ssi-dev.vereign.com/swissrun/login"
+    basepath: "/swissrun/dashboard"
+
 service:
   port: 8080
 
@@ -98,4 +106,11 @@ ingress:
       nginx.ingress.kubernetes.io/rewrite-target: /ocm-test/dashboard/$2
     }
 
+  swissrun:
+    annotations: {
+      kubernetes.io/ingress.class: "nginx",
+      cert-manager.io/cluster-issuer: letsencrypt-production-http,
+      kubernetes.io/ingress.global-static-ip-name: ssi-dev,
+      nginx.ingress.kubernetes.io/rewrite-target: /swissrun/dashboard/$2
+    }
 
-- 
GitLab