3 files changed +12
-23
lines changed Original file line number Diff line number Diff line change 7
7
- ' main'
8
8
tags :
9
9
- ' v*.*.*'
10
+ paths :
11
+ - ' services/**'
12
+ - ' postman_collections/**'
13
+ - ' deploy/**'
14
+ - ' .github/workflows/**'
10
15
pull_request :
11
16
paths :
12
17
- ' services/**'
18
+ - ' postman_collections/**'
13
19
- ' deploy/**'
14
20
- ' .github/workflows/**'
15
21
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
93
93
94
94
## Kubernetes
95
95
96
- ### Helm
96
+ ### Using Helm Charts
97
97
98
98
1. Clone the repo
99
99
```
@@ -111,31 +111,13 @@ You can change the smtp configuration if required however all emails with domain
111
111
minikube tunnel --alsologtostderr
112
112
```
113
113
114
- crAPI should be available on the `<LOADBALANCER_IP>:8888`
115
- Mailhog on `<LOADBALANCER_IP>:8025`
114
+ 4. Access crAPI
116
115
117
- ### Minikube
116
+ crAPI should be available on the `<LOADBALANCER_IP>:8888`
117
+ Mailhog on `<LOADBALANCER_IP>:8025`
118
118
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
121
120
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
139
121
```
140
122
crAPI URL:
141
123
$ echo "http://$(minikube ip):30080"
Original file line number Diff line number Diff line change
1
+ 1.1.1
0 commit comments