Skip to content

Commit e6cf4ff

Browse files
docs: update README repository instructions
1 parent 4cf364e commit e6cf4ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Red Hat OpenShift application deployment examples.
77
```txt
88
- services # Services
99
- number # A demo service that generates a random number (Go code)
10+
- status # A demo service that returns the status of the upstream service (Go code)
1011
- view # A demo service that displays the random number (Go code)
1112
- ocp # OpenShift deployment and management resources
1213
- deployments # ArgoCD Application resources for the services
@@ -15,8 +16,10 @@ Red Hat OpenShift application deployment examples.
1516
- manifests # Kubernetes manifests for the services (different deployment strategies)
1617
- basic # Kubernetes manifests for the basic deployment
1718
- progressive # Kubernetes manifests for the progressive deployment
19+
- servicemesh # Kubernetes manifests for the application deployment based on the istio service mesh
1820
- helm-charts # Helm charts for the services
1921
- number-service # Helm chart for the number service
22+
- status-service # Helm chart for the status service
2023
- view-service # Helm chart for the view service
2124
```
2225

0 commit comments

Comments
 (0)