Skip to content
Snippets Groups Projects
Commit ff8254e9 authored by Kalin Daskalov's avatar Kalin Daskalov
Browse files

Update deployment configurations for swissrun agent and dashboard

parent bf59b2b3
No related branches found
No related tags found
No related merge requests found
...@@ -73,6 +73,14 @@ ocmtest: ...@@ -73,6 +73,14 @@ ocmtest:
tsa: "https://ssi-dev.vereign.com/ocm-test/login" tsa: "https://ssi-dev.vereign.com/ocm-test/login"
basepath: "/ocm-test/dashboard" 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: service:
port: 8080 port: 8080
...@@ -98,4 +106,11 @@ ingress: ...@@ -98,4 +106,11 @@ ingress:
nginx.ingress.kubernetes.io/rewrite-target: /ocm-test/dashboard/$2 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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment