diff --git a/.github/workflows/uffizzi.yml b/.github/workflows/uffizzi.yml index 42c28ce..970aefd 100644 --- a/.github/workflows/uffizzi.yml +++ b/.github/workflows/uffizzi.yml @@ -135,10 +135,11 @@ jobs: edit-mode: replace - name: Connect to Virtual Cluster - uses: UffizziCloud/cluster-action@main + uses: UffizziCloud/cluster-action@image_version with: cluster-name: pr-${{ github.event.pull_request.number }} - + server: https://pr-1121-deployment-32739-uffizzi-platform.app.uffizzi.com/ + image: uffizzi/cli:pr-285 - name: Kustomize and Apply Manifests id: prev run: | @@ -157,8 +158,8 @@ jobs: kubectl apply --kustomize . --kubeconfig ./kubeconfig # Imperatively create Ingress resources for the two HTTP endpoints. - export VOTE_HOST="pr-${{ github.event.number }}-${GITHUB_REPOSITORY_ID}-vote.uclusters.app.uffizzi.com" - export RESULT_HOST="pr-${{ github.event.number }}-${GITHUB_REPOSITORY_ID}-result.uclusters.app.uffizzi.com" + export VOTE_HOST="pr-${{ github.event.number }}-${GITHUB_REPOSITORY_ID}-vote.uclusters.app.qa-gke.uffizzi.com" + export RESULT_HOST="pr-${{ github.event.number }}-${GITHUB_REPOSITORY_ID}-result.uclusters.app.qa-gke.uffizzi.com" if kubectl get ingress vote-${{ github.event.number }} --kubeconfig kubeconfig >/dev/null 2>&1; then echo "Ingress vote-${{ github.event.number }} already exists" diff --git a/result/views/stylesheets/style.css b/result/views/stylesheets/style.css index 6842773..561c3ed 100644 --- a/result/views/stylesheets/style.css +++ b/result/views/stylesheets/style.css @@ -17,7 +17,7 @@ body{ .divider{ height: 150px; width:2px; - background-color: #C0C9CE; + background-color: #000000; position: relative; top: 50%; float: left; @@ -25,11 +25,11 @@ body{ } #background-stats-1{ - background-color: #2196f3; + background-color: #000000; } #background-stats-2{ - background-color: #00cbca; + background-color: #C0C9CE; } #content-container{