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.244.0
appVersion: 0.17.0
dependencies:
- name: microservice-chart
version: 7.5.0
version: 8.0.2
repository: "https://pagopa.github.io/aks-microservice-chart-blueprint"
10 changes: 5 additions & 5 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ microservice-chart:
initialDelaySeconds: 90
failureThreshold: 6
periodSeconds: 10
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 0
maxSurge: 1
deployment:
create: true
replicas: 1 # (default) same as HPA minReplica
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 0
maxSurge: 1
service:
create: true
type: ClusterIP
Expand Down
10 changes: 5 additions & 5 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ microservice-chart:
initialDelaySeconds: 60
failureThreshold: 10
periodSeconds: 10
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 0
maxSurge: 1
deployment:
create: true
replicas: 3 # same as HPA minReplica
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 0
maxSurge: 1
service:
create: true
type: ClusterIP
Expand Down
10 changes: 5 additions & 5 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ microservice-chart:
initialDelaySeconds: 60
failureThreshold: 10
periodSeconds: 10
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 0
maxSurge: 1
deployment:
create: true
replicas: 1 # (default) same as HPA minReplica
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 0
maxSurge: 1
service:
create: true
type: ClusterIP
Expand Down
Loading