diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-18 10:48:17 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-18 10:48:17 +0100 |
commit | 7530c3e9e8465de7f59fdbb81c87f2ee0e53aa9e (patch) | |
tree | a32b1206c0b9f8f5d24df6472ec454f600946798 | |
parent | d1b8b8a2ea5495ce236bb9b57d617fabfce12822 (diff) |
Change the README and sonar properties
-rw-r--r-- | README.md | 20 | ||||
-rw-r--r-- | sonar-project.properties | 4 |
2 files changed, 4 insertions, 20 deletions
@@ -1,19 +1,3 @@ -# d2s-pipeline-start2finish-appcode - -This repo is one of three used by the [D2S Pipeline Start to Finish](https://defencedigital.atlassian.net/wiki/spaces/D2SUHub/pages/247595056/Pipeline+Start+to+Finish) guide, which provides a complete example workflow to get up and running in on the `D2S OpenShift platform` - -- d2s-pipeline-start2finish-appcode (*this repo*) - contains the application code that is used by the CICD process to build a container image -- [d2s-pipeline-start2finish-manifests](https://github.com/defencedigital/d2s-pipeline-start2finish-manifests) - contains the Kubernetes manifests that deploy the image to the D2S OpenShift platform -- [d2s-pipeline-start2finish-cicd](https://github.com/defencedigital/d2s-pipeline-start2finish-cicd) - contains the OpenShift Pipelines ([Tekton](https://tekton.dev/)) code (`CI`), and the OpenShift GitOps ([ArgoCD](https://argo-cd.readthedocs.io/en/stable/)) code (`CD`) - -## Application code - -Is uses the GOV.UK Design System for [Service unavailable pages](https://design-system.service.gov.uk/patterns/service-unavailable-pages/), with the sections highlighted below provided by an [Kubernetes ConfigMap](https://kubernetes.io/docs/concepts/configuration/configmap/), so that a *service outage* base image can be created and re-used for multiple scenarios - -This blueprint can also be used on it's own, please refer to the [D2S Pipeline Start to Finish](https://defencedigital.atlassian.net/wiki/spaces/D2SUHub/pages/247595056/Pipeline+Start+to+Finish) guide for details of how to use this - -![image](https://github.com/defencedigital/test-pipelines-s2f/assets/129990602/03cfe3b9-c8d1-407c-9e56-a875f739cef4) - -![image](https://github.com/defencedigital/d2s-pipeline-start2finish-appcode/assets/129990602/fde55fc8-cf68-466c-8e16-f43462849c9f) - +# ded-web +This is a prototype application. diff --git a/sonar-project.properties b/sonar-project.properties index d50ae41..d437c7d 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,5 +1,5 @@ -sonar.projectname=<your_new_github_repo_name>
-sonar.projectKey=<your_new_github_repo_name>
+sonar.projectname=ded-web
+sonar.projectKey=ded-web
sonar.projectVersion=1.0
sonar.sourceEncoding=UTF-8
sonar.host.url=https://sonarqube-https-dso-tooling-sonar.apps.ocp1.azure.dso.digital.mod.uk/
|