Skip to content

Commit

Permalink
Merge pull request #55 from KesavanMasilamani/v5.4.30_release_changes
Browse files Browse the repository at this point in the history
v5.4.30 SP Release Documentation and Deployment File Changes
  • Loading branch information
Sankaralingam1667 authored Feb 26, 2024
2 parents 4af9fd4 + 6cb033f commit 22a685e
Show file tree
Hide file tree
Showing 13 changed files with 72 additions and 72 deletions.
16 changes: 8 additions & 8 deletions deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: id-web-container
image: gcr.io/boldreports/bold-identity:5.4.20
image: gcr.io/boldreports/bold-identity:5.4.30
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -65,7 +65,7 @@ spec:
spec:
containers:
- name: id-api-container
image: gcr.io/boldreports/bold-idp-api:5.4.20
image: gcr.io/boldreports/bold-idp-api:5.4.30
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -110,7 +110,7 @@ spec:
spec:
containers:
- name: id-ums-container
image: gcr.io/boldreports/bold-ums:5.4.20
image: gcr.io/boldreports/bold-ums:5.4.30
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -155,7 +155,7 @@ spec:
spec:
containers:
- name: reports-web-container
image: gcr.io/boldreports/boldreports-server:5.4.20
image: gcr.io/boldreports/boldreports-server:5.4.30
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -199,7 +199,7 @@ spec:
spec:
containers:
- name: reports-api-container
image: gcr.io/boldreports/boldreports-server-api:5.4.20
image: gcr.io/boldreports/boldreports-server-api:5.4.30
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -243,7 +243,7 @@ spec:
spec:
containers:
- name: reports-jobs-container
image: gcr.io/boldreports/boldreports-server-jobs:5.4.20
image: gcr.io/boldreports/boldreports-server-jobs:5.4.30
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -287,7 +287,7 @@ spec:
spec:
containers:
- name: reports-reportservice-container
image: gcr.io/boldreports/boldreports-designer:5.4.20
image: gcr.io/boldreports/boldreports-designer:5.4.30
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -331,7 +331,7 @@ spec:
spec:
containers:
- name: reports-viewer-container
image: gcr.io/boldreports/boldreports-viewer:5.4.20
image: gcr.io/boldreports/boldreports-viewer:5.4.30
ports:
- containerPort: 80
resources:
Expand Down
14 changes: 7 additions & 7 deletions docs/amazon-eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports

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

* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/log4net_config.yaml)
* [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/pvclaim_eks.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/ingress.yaml)
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/log4net_config.yaml)
* [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/pvclaim_eks.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/ingress.yaml)

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

Expand Down
14 changes: 7 additions & 7 deletions docs/google-gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports

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

* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/log4net_config.yaml)
* [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/pvclaim_gke.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/deployment.yaml)
* [hpa_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/hpa_gke.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/ingress.yaml)
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/log4net_config.yaml)
* [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/pvclaim_gke.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/deployment.yaml)
* [hpa_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/hpa_gke.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/ingress.yaml)

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

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Upgrade Bold Reports

If you are upgrading Bold Reports to 5.4.20, please follow the steps in this [link](/upgrade/upgrade.md).
If you are upgrading Bold Reports to 5.4.30, please follow the steps in this [link](/upgrade/upgrade.md).
14 changes: 7 additions & 7 deletions docs/microsoft-aks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports

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

* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/log4net_config.yaml)
* [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/pvclaim_aks.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/ingress.yaml)
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/log4net_config.yaml)
* [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/pvclaim_aks.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/ingress.yaml)

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

Expand Down
14 changes: 7 additions & 7 deletions docs/on-premise.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports

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

* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/log4net_config.yaml)
* [pvclaim_onpremise.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/pvclaim_onpremise.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/ingress.yaml)
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/log4net_config.yaml)
* [pvclaim_onpremise.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/pvclaim_onpremise.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/ingress.yaml)

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

Expand Down
2 changes: 1 addition & 1 deletion istio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Bold Reports can be deployed manually on Kubernetes cluster. You can create Kube

# Upgrade Bold Reports

If you are upgrading Bold Reports to 5.4.20, please follow the steps in this [link](/upgrade/upgrade.md).
If you are upgrading Bold Reports to 5.4.30, please follow the steps in this [link](/upgrade/upgrade.md).
16 changes: 8 additions & 8 deletions istio/amazon-eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ For fresh installation, continue with the following steps to deploy Bold Reports

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

* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/log4net_config.yaml)
* [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/pvclaim_eks.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/service.yaml)
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/istio_gateway.yaml)
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/destination_rule.yaml)
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/log4net_config.yaml)
* [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/pvclaim_eks.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/service.yaml)
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/istio_gateway.yaml)
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/destination_rule.yaml)

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

Expand Down
16 changes: 8 additions & 8 deletions istio/google-gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ For fresh installation, continue with the following steps to deploy Bold Reports

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

* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/log4net_config.yaml)
* [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/pvclaim_gke.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/deployment.yaml)
* [hpa_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/hpa_gke.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/service.yaml)
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/istio_gateway.yaml)
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/destination_rule.yaml)
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/log4net_config.yaml)
* [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/pvclaim_gke.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/deployment.yaml)
* [hpa_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/hpa_gke.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/service.yaml)
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/istio_gateway.yaml)
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/destination_rule.yaml)

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

Expand Down
16 changes: 8 additions & 8 deletions istio/microsoft-aks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ For fresh installation, continue with the following steps to deploy Bold Reports

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

* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/log4net_config.yaml)
* [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/pvclaim_aks.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/service.yaml)
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/istio_gateway.yaml)
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/destination_rule.yaml)
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/log4net_config.yaml)
* [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/pvclaim_aks.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/service.yaml)
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/istio_gateway.yaml)
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/destination_rule.yaml)

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

Expand Down
16 changes: 8 additions & 8 deletions istio/on-premise.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ For fresh installation, continue with the following steps to deploy Bold Reports

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

* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/log4net_config.yaml)
* [pvclaim_onpremise.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/pvclaim_onpremise.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/service.yaml)
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/istio_gateway.yaml)
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.20/deploy/destination_rule.yaml)
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/log4net_config.yaml)
* [pvclaim_onpremise.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/pvclaim_onpremise.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/service.yaml)
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/istio_gateway.yaml)
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.4.30/deploy/destination_rule.yaml)

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

Expand Down
Loading

0 comments on commit 22a685e

Please sign in to comment.