Skip to content

Commit

Permalink
feat: Updated helm chart 5.4.1 (#13)
Browse files Browse the repository at this point in the history
* removed values not used

* updated chart to version 5.4.1

* Update helm package
  • Loading branch information
diegolagospagopa authored Feb 19, 2024
1 parent 78546e9 commit c4b25b2
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ go to the helm folder like `helm/selfcare/pnpg`
helm dep update
```

### Install helm package
### Deploy helm package

Go to helm folder an launch this command

```sh
helm upgrade -i -n <namespace> -f <values file name> <helm app name> \.

helm upgrade -i -n idpay -f values-dev.yaml devops-java-springboot-color \.
helm upgrade -i -n diego -f values-dev.yaml status \.
```

## Special thanks
Expand Down
6 changes: 3 additions & 3 deletions helm/devopslab/diego/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: microservice-chart
repository: https://pagopa.github.io/aks-microservice-chart-blueprint
version: 2.8.0
digest: sha256:379d9a7c312874dd1771386d92d8f597cb3fed497bb80dfde102513b582123d4
generated: "2023-02-20T15:50:38.149796+01:00"
version: 5.4.1
digest: sha256:6c92f7bc29936b5600d1f6220b409d214f1b3c4fad5845f7d22aa2b1b05777fb
generated: "2024-02-19T17:48:38.125636+01:00"
6 changes: 3 additions & 3 deletions helm/devopslab/diego/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: devops-app-status
description: App that allow to expose a simple health checks endpoints
type: application
version: 1.0.0
appVersion: 1.0.0
version: 1.5.0
appVersion: 1.5.0
dependencies:
- name: microservice-chart
version: 2.8.0
version: 5.4.1
repository: "https://pagopa.github.io/aks-microservice-chart-blueprint"
11 changes: 7 additions & 4 deletions helm/devopslab/diego/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ microservice-chart:

image:
repository: ghcr.io/pagopa/devops-app-status
tag: v1.0.0
tag: v1.5.0
pullPolicy: Always

livenessProbe:
httpGet:
path: /status
port: 8000
initialDelaySeconds: 60
initialDelaySeconds: 10
failureThreshold: 6
periodSeconds: 10

readinessProbe:
httpGet:
path: /status
port: 8000
initialDelaySeconds: 60
initialDelaySeconds: 10
failureThreshold: 6
periodSeconds: 10

Expand All @@ -44,7 +44,7 @@ microservice-chart:
ingress:
create: true
host: "dev01.diego.internal.devopslab.pagopa.it"
path: /diego/status(/|$)(.*)
path: /status(/|$)(.*)
rewriteTarget: /$2
servicePort: 8000
# proxyBodySize: 2m
Expand Down Expand Up @@ -86,6 +86,9 @@ microservice-chart:
type: Utilization
value: "60"

secretProviderClass:
create: false

# nodeSelector: {}

# tolerations: []
Expand Down
Empty file.
Empty file.

0 comments on commit c4b25b2

Please sign in to comment.