File tree Expand file tree Collapse file tree 3 files changed +12
-23
lines changed
Expand file tree Collapse file tree 3 files changed +12
-23
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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
98981. 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"
Original file line number Diff line number Diff line change 1+ 1.1.1
You can’t perform that action at this time.
0 commit comments