Skip to content

Commit 3c8654d

Browse files
author
Sankaralingam1667
authored
Merge pull request #50 from Subasri-Viswanathan/release-5.4-changes
Include release 5.4 changes
2 parents a596379 + 6120529 commit 3c8654d

16 files changed

+119
-73
lines changed

deploy/deployment.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: id-web-container
18-
image: gcr.io/boldreports/bold-identity:5.3.8
18+
image: gcr.io/boldreports/bold-identity:5.4.20
1919
ports:
2020
- containerPort: 80
2121
resources:
@@ -65,7 +65,7 @@ spec:
6565
spec:
6666
containers:
6767
- name: id-api-container
68-
image: gcr.io/boldreports/bold-idp-api:5.3.8
68+
image: gcr.io/boldreports/bold-idp-api:5.4.20
6969
ports:
7070
- containerPort: 80
7171
resources:
@@ -110,7 +110,7 @@ spec:
110110
spec:
111111
containers:
112112
- name: id-ums-container
113-
image: gcr.io/boldreports/bold-ums:5.3.8
113+
image: gcr.io/boldreports/bold-ums:5.4.20
114114
ports:
115115
- containerPort: 80
116116
resources:
@@ -155,7 +155,7 @@ spec:
155155
spec:
156156
containers:
157157
- name: reports-web-container
158-
image: gcr.io/boldreports/boldreports-server:5.3.8
158+
image: gcr.io/boldreports/boldreports-server:5.4.20
159159
ports:
160160
- containerPort: 80
161161
resources:
@@ -199,7 +199,7 @@ spec:
199199
spec:
200200
containers:
201201
- name: reports-api-container
202-
image: gcr.io/boldreports/boldreports-server-api:5.3.8
202+
image: gcr.io/boldreports/boldreports-server-api:5.4.20
203203
ports:
204204
- containerPort: 80
205205
resources:
@@ -243,7 +243,7 @@ spec:
243243
spec:
244244
containers:
245245
- name: reports-jobs-container
246-
image: gcr.io/boldreports/boldreports-server-jobs:5.3.8
246+
image: gcr.io/boldreports/boldreports-server-jobs:5.4.20
247247
ports:
248248
- containerPort: 80
249249
resources:
@@ -287,7 +287,7 @@ spec:
287287
spec:
288288
containers:
289289
- name: reports-reportservice-container
290-
image: gcr.io/boldreports/boldreports-designer:5.3.8
290+
image: gcr.io/boldreports/boldreports-designer:5.4.20
291291
ports:
292292
- containerPort: 80
293293
resources:
@@ -331,7 +331,7 @@ spec:
331331
spec:
332332
containers:
333333
- name: reports-viewer-container
334-
image: gcr.io/boldreports/boldreports-viewer:5.3.8
334+
image: gcr.io/boldreports/boldreports-viewer:5.4.20
335335
ports:
336336
- containerPort: 80
337337
resources:

docs/amazon-eks.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports
44

55
1. Download the following files for Bold Reports deployment in Amazon EKS:
66

7-
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/namespace.yaml)
8-
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/log4net_config.yaml)
9-
* [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/pvclaim_eks.yaml)
10-
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/deployment.yaml)
11-
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/hpa.yaml)
12-
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/service.yaml)
13-
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/ingress.yaml)
7+
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/namespace.yaml)
8+
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/log4net_config.yaml)
9+
* [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/pvclaim_eks.yaml)
10+
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/deployment.yaml)
11+
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/hpa.yaml)
12+
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/service.yaml)
13+
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/ingress.yaml)
1414

1515
2. Create an Amazon EKS cluster and [node group](https://docs.aws.amazon.com/eks/latest/userguide/eks-compute.html) to deploy Bold Reports.
1616

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Enable Puppeteer when upgrade lower version to v5.4 to higher
2+
3+
> **Important:** Puppeteer are necessary to achieve `image and PDF export` functionalities in reports,schedules from Bold Reports. Without these packages, the image and PDF export options in reports and schedules will no longer be available.
4+
5+
1. Please run the below command for bash into your pod for enable the Puppeteer in reporting config.xml:
6+
7+
```sh
8+
kubectl exec -it <reports-web_Deployment_Name> -n <your_namespace> -- bash
9+
```
10+
2. Navigate to the following directory
11+
12+
```sh
13+
cd /application/app_data/configuration/reporting
14+
```
15+
![puppeteer-location](images/puppeteer-location.png)
16+
17+
18+
3. Edit the config.xml file by using below command.
19+
20+
```sh
21+
nano config.xml
22+
```
23+
24+
3. Add the following line on the config file to enable the puppeteer, save the changes and exit from the bash command.
25+
26+
```sh
27+
<Exporting UsePuppeteer="true" PuppeteerPath=""></Exporting>
28+
```
29+
![enable-puppeteer](images/enable-puppeteer.png)
30+
31+
32+
4. Restart the report services by using given commands,
33+
34+
Mulitple-Container:
35+
36+
```sh
37+
kubectl rollout restart deployment/reports-api-deployment -n {your_namespace}
38+
kubectl rollout restart deployment/reports-jobs-deployment -n {your_namespace}
39+
kubectl rollout restart deployment/reports-web-deployment -n {your_namespace}
40+
kubectl rollout restart deployment/reports-reportservice-deployment -n {your_namespace}
41+
kubectl rollout restart deployment/reports-viewer-deployment -n {your_namespace}
42+
```

docs/google-gke.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports
44

55
1. Download the following files for Bold Reports deployment in GKE:
66

7-
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/namespace.yaml)
8-
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/log4net_config.yaml)
9-
* [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/pvclaim_gke.yaml)
10-
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/deployment.yaml)
11-
* [hpa_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/hpa_gke.yaml)
12-
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/service.yaml)
13-
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/ingress.yaml)
7+
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/namespace.yaml)
8+
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/log4net_config.yaml)
9+
* [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/pvclaim_gke.yaml)
10+
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/deployment.yaml)
11+
* [hpa_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/hpa_gke.yaml)
12+
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/service.yaml)
13+
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/ingress.yaml)
1414

1515
2. Create a Kubernetes cluster in Google Cloud Platform (GCP) to deploy Bold Reports.
1616

docs/images/enable-puppeteer.png

429 KB
Loading

docs/images/puppeteer-location.png

117 KB
Loading

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
# Upgrade Bold Reports
1717

18-
If you are upgrading Bold Reports to 5.3.8, please follow the steps in this [link](/upgrade/upgrade.md).
18+
If you are upgrading Bold Reports to 5.4.20, please follow the steps in this [link](/upgrade/upgrade.md).

docs/microsoft-aks.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports
44

55
1. Download the following files for Bold Reports deployment in AKS:
66

7-
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/namespace.yaml)
8-
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/log4net_config.yaml)
9-
* [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/pvclaim_aks.yaml)
10-
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/deployment.yaml)
11-
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/hpa.yaml)
12-
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/service.yaml)
13-
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/ingress.yaml)
7+
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/namespace.yaml)
8+
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/log4net_config.yaml)
9+
* [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/pvclaim_aks.yaml)
10+
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/deployment.yaml)
11+
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/hpa.yaml)
12+
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/service.yaml)
13+
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/ingress.yaml)
1414

1515
2. Create a Kubernetes cluster in Microsoft Azure Kubernetes Service (AKS) to deploy Bold Reports.
1616

docs/on-premise.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports
44

55
1. Download the following files for Bold Reports deployment in On-Premise.
66

7-
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/namespace.yaml)
8-
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/log4net_config.yaml)
9-
* [pvclaim_onpremise.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/pvclaim_onpremise.yaml)
10-
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/deployment.yaml)
11-
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/hpa.yaml)
12-
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/service.yaml)
13-
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/ingress.yaml)
7+
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/namespace.yaml)
8+
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/log4net_config.yaml)
9+
* [pvclaim_onpremise.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/pvclaim_onpremise.yaml)
10+
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/deployment.yaml)
11+
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/hpa.yaml)
12+
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/service.yaml)
13+
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/ingress.yaml)
1414

1515
2. Create a folder in your machine to store the shared folders for applications usage.
1616

istio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Bold Reports can be deployed manually on Kubernetes cluster. You can create Kube
1515

1616
# Upgrade Bold Reports
1717

18-
If you are upgrading Bold Reports to 5.3.8, please follow the steps in this [link](/upgrade/upgrade.md).
18+
If you are upgrading Bold Reports to 5.4.20, please follow the steps in this [link](/upgrade/upgrade.md).

istio/amazon-eks.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ For fresh installation, continue with the following steps to deploy Bold Reports
44

55
1. Download the following files for Bold Reports deployment in Amazon EKS:
66

7-
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/namespace.yaml)
8-
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/log4net_config.yaml)
9-
* [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/pvclaim_eks.yaml)
10-
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/deployment.yaml)
11-
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/hpa.yaml)
12-
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/service.yaml)
13-
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/istio_gateway.yaml)
14-
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/destination_rule.yaml)
7+
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/namespace.yaml)
8+
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/log4net_config.yaml)
9+
* [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/pvclaim_eks.yaml)
10+
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/deployment.yaml)
11+
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/hpa.yaml)
12+
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/service.yaml)
13+
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/istio_gateway.yaml)
14+
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/destination_rule.yaml)
1515

1616
2. Create an Amazon EKS cluster and [node group](https://docs.aws.amazon.com/eks/latest/userguide/eks-compute.html) to deploy Bold Reports.
1717

istio/google-gke.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ For fresh installation, continue with the following steps to deploy Bold Reports
44

55
1. Download the following files for Bold Reports deployment in GKE:
66

7-
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/namespace.yaml)
8-
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/log4net_config.yaml)
9-
* [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/pvclaim_gke.yaml)
10-
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/deployment.yaml)
11-
* [hpa_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/hpa_gke.yaml)
12-
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/service.yaml)
13-
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/istio_gateway.yaml)
14-
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/destination_rule.yaml)
7+
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/namespace.yaml)
8+
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/log4net_config.yaml)
9+
* [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/pvclaim_gke.yaml)
10+
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/deployment.yaml)
11+
* [hpa_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/hpa_gke.yaml)
12+
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/service.yaml)
13+
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/istio_gateway.yaml)
14+
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/destination_rule.yaml)
1515

1616
2. Create a Kubernetes cluster in Google Cloud Platform (GCP) to deploy Bold Reports.
1717

istio/microsoft-aks.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ For fresh installation, continue with the following steps to deploy Bold Reports
44

55
1. Download the following files for Bold Reports deployment in AKS:
66

7-
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/namespace.yaml)
8-
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/log4net_config.yaml)
9-
* [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/pvclaim_aks.yaml)
10-
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/deployment.yaml)
11-
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/hpa.yaml)
12-
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/service.yaml)
13-
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/istio_gateway.yaml)
14-
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/destination_rule.yaml)
7+
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/namespace.yaml)
8+
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/log4net_config.yaml)
9+
* [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/pvclaim_aks.yaml)
10+
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/deployment.yaml)
11+
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/hpa.yaml)
12+
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/service.yaml)
13+
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/istio_gateway.yaml)
14+
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/destination_rule.yaml)
1515

1616
2. Create a Kubernetes cluster in Microsoft Azure Kubernetes Service (AKS) to deploy Bold Reports.
1717

0 commit comments

Comments
 (0)