Skip to content

Commit

Permalink
fixx
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Mar 18, 2024
1 parent 02acc12 commit 1983e4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
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.28.0
appVersion: 0.2.3-4-upd-helm-chart
dependencies:
- name: microservice-chart
version: 2.4.0
version: 2.8.0
repository: "https://pagopa.github.io/aks-microservice-chart-blueprint"
21 changes: 3 additions & 18 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ microservice-chart:
httpGet:
path: /actuator/health/liveness
port: 8080
initialDelaySeconds: 90
initialDelaySeconds: 120
failureThreshold: 6
periodSeconds: 10
readinessProbe:
httpGet:
path: /actuator/health/readiness
port: 8080
initialDelaySeconds: 90
initialDelaySeconds: 120
failureThreshold: 6
periodSeconds: 10
deployment:
Expand Down Expand Up @@ -103,21 +103,6 @@ microservice-chart:
values:
- user
canaryDelivery:
create: false
ingress:
create: false
canary:
type: header
headerName: X-Canary
headerValue: canary
weightPercent: 0
service:
create: false
deployment:
create: false
image:
repository: ghcr.io/pagopa/pagopa-platform-authorizer-config
tag: "0.2.1"
pullPolicy: Always
envConfig: {}
envSecret: {}
tag: ""

0 comments on commit 1983e4f

Please sign in to comment.