diff --git a/apps/dashboard/deployment/ci-cd/helm/values.yaml b/apps/dashboard/deployment/ci-cd/helm/values.yaml index 71840be446884f4ed08ec153fc6fdb1a0ba5ede1..9268cb9ca475216e49f28e8ebb64b0fda90e8349 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 + }