Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-catalano committed Feb 16, 2024
1 parent 27cfcb4 commit 8421232
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
microservice-chart:
namespace: "apiconfig"
namespace: "nodo"
nameOverride: ""
fullnameOverride: ""
image:
Expand Down
4 changes: 2 additions & 2 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
microservice-chart:
namespace: "apiconfig"
namespace: "nodo"
nameOverride: ""
fullnameOverride: ""
image:
Expand Down Expand Up @@ -101,7 +101,7 @@ microservice-chart:
labelSelector:
matchLabels:
app.kubernetes.io/instance: "pagopa-node-cfg-sync"
namespaces: ["apiconfig"]
namespaces: ["nodo"]
topologyKey: topology.kubernetes.io/zone
canaryDelivery:
create: false
Expand Down
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
microservice-chart:
namespace: "apiconfig"
namespace: "nodo"
nameOverride: ""
fullnameOverride: ""
image:
Expand Down

0 comments on commit 8421232

Please sign in to comment.