diff --git a/helm/Chart.yaml b/helm/Chart.yaml index e59fe36..59ac10e 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -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" \ No newline at end of file diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 330d85f..795441d 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -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 @@ -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: {} @@ -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: