Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ version: "0.56.0"
appVersion: "1.1.3"
dependencies:
- name: microservice-chart
version: 7.5.0
version: 8.0.2
repository: "https://pagopa.github.io/aks-microservice-chart-blueprint"
5 changes: 5 additions & 0 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ microservice-chart:
deployment:
create: true
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 0
maxSurge: 1
serviceMonitor:
create: true
endpoints:
Expand Down
5 changes: 5 additions & 0 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ microservice-chart:
deployment:
create: true
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 0
maxSurge: 1
serviceMonitor:
create: true
endpoints:
Expand Down
5 changes: 5 additions & 0 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ microservice-chart:
deployment:
create: true
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 0
maxSurge: 1
serviceMonitor:
create: true
endpoints:
Expand Down
Loading