Skip to content

Commit

Permalink
Bump version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Aug 3, 2022
1 parent f77e47c commit 1a4c15f
Show file tree
Hide file tree
Showing 4 changed files with 1,785 additions and 1,804 deletions.
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: pagopadcommonacr.azurecr.io/pagopaspontaneouspayments
tag: "latest" #improve
tag: "0.0.3-19" #improve
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
21 changes: 1 addition & 20 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,63 +2,51 @@ microservice-chart:
namespace: "gps"
nameOverride: ""
fullnameOverride: ""

image:
repository: pagopaucommonacr.azurecr.io/pagopaspontaneouspayments
tag: "latest" #improve
tag: "0.0.3-19" #improve
pullPolicy: Always

livenessProbe:
httpGet:
path: /actuator/health/liveness
port: 8080
initialDelaySeconds: 90
failureThreshold: 6
periodSeconds: 10

readinessProbe:
httpGet:
path: /actuator/health/readiness
port: 8080
initialDelaySeconds: 90
failureThreshold: 6
periodSeconds: 10

deployment:
create: true

service:
create: true
type: ClusterIP
port: 8080

ingress:
create: true
host: "weuuat.gps.internal.uat.platform.pagopa.it"
path: /pagopa-spontaneous-payments-service/(.*)

serviceAccount:
create: false
annotations: {}
name: ""

podAnnotations: {}

podSecurityContext:
seccompProfile:
type: RuntimeDefault

securityContext:
allowPrivilegeEscalation: false

resources:
requests:
memory: "500Mi"
cpu: "350m"
limits:
memory: "500Mi"
cpu: "350m"

autoscaling:
minReplica: 1
maxReplica: 2
Expand All @@ -77,7 +65,6 @@ microservice-chart:
# metricAggregationInterval: "-1:1:0"
metricAggregationType: Count
targetValue: "30"

envConfig:
COSMOS_URI: https://pagopa-u-weu-gps-cosmos-account.documents.azure.com:443/
COSMOS_DATABASE: "db"
Expand All @@ -95,17 +82,11 @@ microservice-chart:
RETRY_EXT_SERVICE_MAX_ATTEMPTS: "1"
RETRY_EXT_SERVICE_MAX_DELAY: "200"
LOGGING_LEVEL: "INFO"

envSecret:
COSMOS_KEY: cosmos-gps-weu-u-pkey

keyvault:
name: "pagopa-u-gps-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"

nodeSelector: {}

tolerations: []

affinity: {}

Loading

0 comments on commit 1a4c15f

Please sign in to comment.