Skip to content

Commit 17b6501

Browse files
committedMay 27, 2022
Merge branch 'release/1.1.1' into main
2 parents 58159e1 + 2ad1189 commit 17b6501

File tree

3 files changed

+12
-23
lines changed

3 files changed

+12
-23
lines changed
 

‎.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ on:
77
- 'main'
88
tags:
99
- 'v*.*.*'
10+
paths:
11+
- 'services/**'
12+
- 'postman_collections/**'
13+
- 'deploy/**'
14+
- '.github/workflows/**'
1015
pull_request:
1116
paths:
1217
- 'services/**'
18+
- 'postman_collections/**'
1319
- 'deploy/**'
1420
- '.github/workflows/**'
1521
workflow_dispatch:

‎docs/setup.md

+5-23
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ You can change the smtp configuration if required however all emails with domain
9393
9494
## Kubernetes
9595
96-
### Helm
96+
### Using Helm Charts
9797
9898
1. Clone the repo
9999
```
@@ -111,31 +111,13 @@ You can change the smtp configuration if required however all emails with domain
111111
minikube tunnel --alsologtostderr
112112
```
113113
114-
crAPI should be available on the `<LOADBALANCER_IP>:8888`
115-
Mailhog on `<LOADBALANCER_IP>:8025`
114+
4. Access crAPI
116115
117-
### Minikube
116+
crAPI should be available on the `<LOADBALANCER_IP>:8888`
117+
Mailhog on `<LOADBALANCER_IP>:8025`
118118
119-
Make sure minikube is up and running as well as the following addons:
120-
`storage-provisioner`, `default-storageclass`, and `registry`.
119+
Or for minikube run the following command to get the URL
121120
122-
1. Expose minikube registry to Docker
123-
124-
```
125-
$ docker run --rm -it --network=host alpine ash -c "apk add socat && socat TCP-LISTEN:5000,reuseaddr,fork TCP:$(minikube ip):5000"
126-
```
127-
2. Build Docker images and push to minikube registry
128-
129-
```
130-
$ deploy/k8s/minikube/build-all.sh
131-
```
132-
3. Bring the k8s cluster up
133-
134-
```
135-
$ deploy/k8s/minikube/deploy.sh
136-
```
137-
138-
4. Run the following command to get the URLs
139121
```
140122
crAPI URL:
141123
$ echo "http://$(minikube ip):30080"

‎version.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.1.1

0 commit comments

Comments
 (0)
Failed to load comments.