Skip to content

Commit

Permalink
docs: update README repository instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsteinhaeuser committed Nov 26, 2024
1 parent 4cf364e commit e6cf4ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Red Hat OpenShift application deployment examples.
```txt
- services # Services
- number # A demo service that generates a random number (Go code)
- status # A demo service that returns the status of the upstream service (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
Expand All @@ -15,8 +16,10 @@ Red Hat OpenShift application deployment examples.
- manifests # Kubernetes manifests for the services (different deployment strategies)
- basic # Kubernetes manifests for the basic deployment
- progressive # Kubernetes manifests for the progressive deployment
- servicemesh # Kubernetes manifests for the application deployment based on the istio service mesh
- helm-charts # Helm charts for the services
- number-service # Helm chart for the number service
- status-service # Helm chart for the status service
- view-service # Helm chart for the view service
```

Expand Down

0 comments on commit e6cf4ff

Please sign in to comment.