File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Red Hat OpenShift application deployment examples.
7
7
``` txt
8
8
- services # Services
9
9
- 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)
10
11
- view # A demo service that displays the random number (Go code)
11
12
- ocp # OpenShift deployment and management resources
12
13
- deployments # ArgoCD Application resources for the services
@@ -15,8 +16,10 @@ Red Hat OpenShift application deployment examples.
15
16
- manifests # Kubernetes manifests for the services (different deployment strategies)
16
17
- basic # Kubernetes manifests for the basic deployment
17
18
- progressive # Kubernetes manifests for the progressive deployment
19
+ - servicemesh # Kubernetes manifests for the application deployment based on the istio service mesh
18
20
- helm-charts # Helm charts for the services
19
21
- number-service # Helm chart for the number service
22
+ - status-service # Helm chart for the status service
20
23
- view-service # Helm chart for the view service
21
24
```
22
25
You can’t perform that action at this time.
0 commit comments