Skip to content

Commit

Permalink
chore: improve repository structure description
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsteinhaeuser committed Nov 18, 2024
1 parent cb1e4b9 commit a39e842
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,19 @@ Red Hat OpenShift application deployment examples.
## Repository structure

```txt
- services # Services
- number # A demo service that generates a random number
- view # A demo service that displays the random number
- services # Services
- number # A demo service that generates a random number (Go code)
- view # A demo service that displays the random number (Go code)
- ocp # OpenShift deployment and management resources
- deployments # ArgoCD Application resources for the services
- helm ä Helm value files
- basic # Helm value files for the basic deployment via Helm chart
- manifests # Kubernetes manifests for the services (different deployment strategies)
- basic # Kubernetes manifests for the basic deployment
- progressive # Kubernetes manifests for the progressive deployment
- helm-charts # Helm charts for the services
- number-service # Helm chart for the number service
- view-service # Helm chart for the view service
```

## Prerequisites
Expand Down

0 comments on commit a39e842

Please sign in to comment.