Skip to content

Commit

Permalink
GROUP-81 Update documentation. Update commit-stage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
makmn1 committed Jan 13, 2024
1 parent 8d5891d commit c6aca16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/commit-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
- name: Validate Kubernetes manifests
run: |
arkade get kubeconform
kustomize build k8s | kubeconform -strict -summary -output json
kustomize build k8s/base | kubeconform -strict -summary -output json
kustomize build k8s/overlays/observability | kubeconform -strict -summary -output json
package:
name: Package and Publish
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
_This README is a work in progress. Some steps may be incomplete or missing_

# edge-service
Edge Service serves as an API Gateway to connect users to downstream services while managing cross-cutting concerns such as:
Edge Service serves as an API Gateway to connect users to downstream services while managing cross-cutting concerns such
as:

- Centralized routing
- Circuit breakers
Expand All @@ -9,11 +12,12 @@ Edge Service serves as an API Gateway to connect users to downstream services wh

<hr>

## Contents
- [Group Service Architecture](#Edge-Service-Architecture)
- [Component Diagram](#Component-Diagram)

## Edge Service Architecture
The following container diagram shows Edge Services's place in the GroupHQ Software System.
The following container diagram shows Edge Service's place in the GroupHQ Software System.
Shown in the diagram, Edge Service communicates with three downstream services (Session Store, Group Sync, and the frontend application), while being called by the user.
<br>

Expand Down

0 comments on commit c6aca16

Please sign in to comment.