Skip to content

Commit

Permalink
[VAS-829] feat: Updated to version 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-cialini committed Apr 18, 2024
1 parent f29b345 commit d8fcaed
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 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.0.0
appVersion: 0.0.0
dependencies:
- name: microservice-chart
version: 2.8.0
version: 5.3.0
repository: "https://pagopa.github.io/aks-microservice-chart-blueprint"
4 changes: 4 additions & 0 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ microservice-chart:
type: RuntimeDefault
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: false
capabilities:
drop:
- all
resources:
requests:
memory: "512Mi"
Expand Down
4 changes: 4 additions & 0 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ microservice-chart:
type: RuntimeDefault
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: false
capabilities:
drop:
- all
resources:
requests:
memory: "512Mi"
Expand Down
8 changes: 6 additions & 2 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
microservice-chart:
namespace: "your-namespace" # TODO: set your AKS namespace
namespace: "printit"
nameOverride: ""
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/yourname # TODO
repository: ghcr.io/pagopa/pagopa-print-payment-notice-service
tag: "0.0.0"
pullPolicy: Always
livenessProbe:
Expand Down Expand Up @@ -42,6 +42,10 @@ microservice-chart:
type: RuntimeDefault
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: false
capabilities:
drop:
- all
resources:
requests:
memory: "512Mi"
Expand Down

0 comments on commit d8fcaed

Please sign in to comment.