Skip to content

Commit

Permalink
[PAGOPA-2654] feat: Update security context helm
Browse files Browse the repository at this point in the history
  • Loading branch information
svariant committed Feb 12, 2025
1 parent 2c50b91 commit 8223061
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
4 changes: 3 additions & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ microservice-chart:
seccompProfile:
type: RuntimeDefault
securityContext:
allowPrivilegeEscalation: false
capabilities:
add:
- NET_BIND_SERVICE
resources:
requests:
memory: "256Mi"
Expand Down
12 changes: 7 additions & 5 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
microservice-chart:
namespace: "fdr"
nameOverride: ""
fullnameOverride: ""
fullnameOverride: "pagopa-fdr-2-event-hub"
image:
repository: ghcr.io/pagopa/pagopa-fdr-2-event-hub
tag: "0.0.2-11-PAGOPA-2645-tuning-fdr-to-eventhub"
Expand Down Expand Up @@ -57,15 +57,17 @@ microservice-chart:
path: /pagopa-fdr-to-event-hub-service/(.*)
servicePort: 80
serviceAccount:
create: false
annotations: {}
name: ""
name: "fdr-workload-identity"
azure:
workloadIdentityClientId: <workload-identity-client-id-set-automatically-by-gha>
podAnnotations: {}
podSecurityContext:
seccompProfile:
type: RuntimeDefault
securityContext:
allowPrivilegeEscalation: false
capabilities:
add:
- NET_BIND_SERVICE
resources:
requests:
memory: "768Mi"
Expand Down
6 changes: 4 additions & 2 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
microservice-chart:
namespace: "fdr"
nameOverride: ""
fullnameOverride: ""
fullnameOverride: "pagopa-fdr-2-event-hub"
image:
repository: ghcr.io/pagopa/pagopa-fdr-2-event-hub
tag: "0.0.2-11-PAGOPA-2645-tuning-fdr-to-eventhub"
Expand Down Expand Up @@ -65,7 +65,9 @@ microservice-chart:
seccompProfile:
type: RuntimeDefault
securityContext:
allowPrivilegeEscalation: false
capabilities:
add:
- NET_BIND_SERVICE
resources:
requests:
memory: "768Mi"
Expand Down

0 comments on commit 8223061

Please sign in to comment.