Skip to content

Commit b87ff27

Browse files
author
Diego Luisi
committed
[DEVOPS-25] ⚑ Clean module accounts
1 parent e821f1d commit b87ff27

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

β€Žapps/homepage/overlays/prd/kustomization.yamlβ€Ž

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@ helmCharts:
1111
repo: https://devxp-tech.github.io/helm-charts
1212
valuesInline:
1313
name: homepage
14-
affinity:
15-
nodeAffinity:
16-
requiredDuringSchedulingIgnoredDuringExecution:
17-
nodeSelectorTerms:
18-
- matchExpressions:
19-
- key: role
20-
operator: In
21-
values:
22-
- spot
2314
image:
2415
repository: ghcr.io/devxp-tech/homepage
2516
tag: 14ea875c
@@ -53,5 +44,5 @@ helmCharts:
5344
autoscaling:
5445
enabled: true
5546
minReplicas: 1
56-
maxReplicas: 2
47+
maxReplicas: 1
5748
targetCPUUtilizationPercentage: 80

0 commit comments

Comments
Β (0)