diff --git a/charts/testkube/values-develop.yaml b/charts/testkube/values-develop.yaml index 9851faaf6..db2473e4a 100644 --- a/charts/testkube/values-develop.yaml +++ b/charts/testkube/values-develop.yaml @@ -177,11 +177,11 @@ testkube-api: path: /results/(v\d/.*) hosts: - - dev.testkube.io + - demo.testkube.dev tlsenabled: "true" tls: # < placing a host in the TLS config will indicate a certificate should be created - hosts: - - dev.testkube.io + - demo.testkube.dev secretName: testkube-prod-cert-secret cliIngress: enabled: false @@ -200,11 +200,11 @@ testkube-api: scopes: "" path: /results/(v\d/.*) hosts: - - dev.testkube.io + - demo.testkube.dev tlsenabled: "false" tls: # < placing a host in the TLS config will indicate a certificate should be created - hosts: - - dev.testkube.io + - demo.testkube.dev secretName: testkube-prod-cert-secret storage: endpoint: "" @@ -327,13 +327,13 @@ testkube-dashboard: acme.cert-manager.io/http01-edit-in-place: "true" path: / hosts: - - dev.testkube.io + - demo.testkube.dev tlsenabled: "true" tls: # < placing a host in the TLS config will indicate a certificate should be created - hosts: - - dev.testkube.io + - demo.testkube.dev secretName: testkube-prod-cert-secret - apiServerEndpoint: "dev.testkube.io/results" #get the address of the endpoint or set it using helm + apiServerEndpoint: "demo.testkube.dev/results" #get the address of the endpoint or set it using helm disableTelemetry: true # use the latest CRDs from testkube-operator for the UI validation crdRevision: develop @@ -354,7 +354,7 @@ testkube-dashboard: githubOrg: "" cookieSecret: "" cookieSecure: "false" - redirectUrl: "http://develop.testkube.io/oauth2/callback" + redirectUrl: "http://demo.testkube.dev/oauth2/callback" priorityClassName: "highest-priority" ##Test Connection pod diff --git a/charts/testkube/values-stage.yaml b/charts/testkube/values-stage.yaml index 7f1d9713c..3a9c0d58a 100644 --- a/charts/testkube/values-stage.yaml +++ b/charts/testkube/values-stage.yaml @@ -177,11 +177,11 @@ testkube-api: path: /results/(v\d/.*) hosts: - - integration.testkube.io + - demo.testkube.xyz tlsenabled: "true" tls: # < placing a host in the TLS config will indicate a certificate should be created - hosts: - - integration.testkube.io + - demo.testkube.xyz secretName: testkube-demo-cert-secret cliIngress: enabled: false @@ -329,13 +329,13 @@ testkube-dashboard: acme.cert-manager.io/http01-edit-in-place: "true" path: / hosts: - - integration.testkube.io + - demo.testkube.xyz tlsenabled: "true" tls: # < placing a host in the TLS config will indicate a certificate should be created - hosts: - - integration.testkube.io + - demo.testkube.xyz secretName: testkube-demo-cert-secret - apiServerEndpoint: "integration.testkube.io/results" #get the address of the endpoint or set it using helm + apiServerEndpoint: "demo.testkube.xyz/results" #get the address of the endpoint or set it using helm disableTelemetry: true oauth2: enabled: false @@ -354,7 +354,7 @@ testkube-dashboard: githubOrg: "" cookieSecret: "" cookieSecure: "false" - redirectUrl: "http://integration.testkube.io/oauth2/callback" + redirectUrl: "http://demo.testkube.xyz/oauth2/callback" priorityClassName: "highest-priority" ##Test Connection pod