Skip to content

Commit

Permalink
ci: update dev chart to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-ang committed Apr 9, 2024
1 parent a234d5d commit fc536b1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
6 changes: 3 additions & 3 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
name: pagopa-reporting-orgs-enrollment
description: Microservice that handles the reporting organizations enrollment
description: Microservice that handles the GPD reporting organizations enrollment
type: application
version: 0.7.0
appVersion: 0.1.6
dependencies:
- name: microservice-chart
version: 1.21.0
repository: "https://pagopa.github.io/aks-microservice-chart-blueprint"
version: 2.4.0
repository: "https://pagopa.github.io/aks-microservice-chart-blueprint"
20 changes: 19 additions & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ microservice-chart:
periodSeconds: 10
deployment:
create: true
serviceMonitor:
create: true
endpoints:
- interval: 10s #jmx-exporter
targetPort: 12345
path: /metrics
ports:
- 80 #http
- 12345 #jmx-exporter
service:
create: true
type: ClusterIP
Expand All @@ -30,6 +39,7 @@ microservice-chart:
create: true
host: "weudev.gps.internal.dev.platform.pagopa.it"
path: /pagopa-gpd-reporting-orgs-enrollment/(.*)
servicePort: 8080
serviceAccount:
create: false
annotations: {}
Expand Down Expand Up @@ -72,7 +82,15 @@ microservice-chart:
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
nodeSelector: {}
tolerations: []
affinity: {}
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: node_type
operator: In
values:
- "user"
canaryDelivery:
deployment:
image:
Expand Down

0 comments on commit fc536b1

Please sign in to comment.